- Home /
Question by
DanVioletSagmiller · May 13, 2019 at 02:46 PM ·
c#visual studio
Is there a plugin for Visual Studio to find references to C# methods from Unity Events in scenes
UnityEvents can allow scripts to call methods on C# classes. But that can also make it very difficult to track down the callers of these methods. Is there a plugin for visual studio that allows me to right click on a C# method (or class) and ask it for all references in the connected unity scene or scenes? Something that will either name the path, or pull up Unity, open the scene and select the object that uses it?
Thanks.
Comment
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Character Wont Stop Moving 1 Answer
How to fix my Life counter 1 Answer
,How to stop jump animtion 1 Answer