forked from dnSpy/dnSpy
-
-
Notifications
You must be signed in to change notification settings - Fork 633
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Problem Description
Let's say i have class Base I need to track, there are some methods, mainly in Unity, that allow you instantiate Base without calling a costructor or anything that can be tracked easily, something like ScriptableObject.CreateInstance<Base> or Resources.Load<Base>(string path).
Proposal
A solution can be adding a category for tracking usages of <Base> or any <?, ?, Base, ?>.
Alternatives
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request