Skip to content

Conversation

@ManlyMarco
Copy link
Owner

No description provided.

@ManlyMarco ManlyMarco requested a review from Copilot October 3, 2025 00:10
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the Inspector functionality to improve handling of IL2CPP members by extracting member collection logic into dedicated classes and adding specialized IL2CPP cache entries with better UI distinction.

  • Extracted member collection logic from Inspector.InspectorTab.cs into a new MemberCollector class for better separation of concerns
  • Added specialized IL2CPP cache entry classes to provide better handling of IL2CPP runtime members
  • Enhanced UI to visually distinguish between native (IL2CPP) and managed (BepInEx) members with color coding and separate toggle controls

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
MemberCollector.cs New file containing extracted member collection logic with IL2CPP-specific handling
Inspector.cs Updated UI controls and filtering logic to distinguish IL2CPP and managed members
Inspector.InspectorTab.cs Refactored to use new MemberCollector class instead of inline member collection
MemberCollector.IL2CPP.cs New IL2CPP-specific cache entry classes and helper methods
MethodCacheEntry.cs Changed field visibility to support inheritance in IL2CPP classes
CacheEntryBase.cs Changed field visibility to support inheritance in IL2CPP classes
RuntimeUnityEditor.Core.projitems Added new files to project compilation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ManlyMarco ManlyMarco changed the title Inspector - Improved handling on IL2CPP members Inspector - Improved handling of IL2CPP members Oct 3, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@ManlyMarco ManlyMarco merged commit 8b1bb5f into master Oct 3, 2025
@ManlyMarco ManlyMarco deleted the il2cpp-ptrs branch October 3, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants