Forums › 💬 NodeCanvas › ⚙️ Support › Suggestion: Replace C# events in MonoManager with Unity Events › Reply To: Suggestion: Replace C# events in MonoManager with Unity Events
Hey,
Hmm. I will take a look at this, but I’d also like to suggest an alternative for you, that being using the Unity Profiler API. You can open up Graph.cs and change method “UpdateGraph” to be like this for example:
Doing this, will also make the graphs show much more orderly in the Profiler: [attachment file=”Profiler.png”]
Let me know what you think. Cheers!