ReferenceExplorer
ReferenceExplorer copied to clipboard
Null Reference bugs
SceneClassViewer , line 338
here's my dirty hack
var monoBehaviour = recievers.First() as MonoBehaviour;
if (monoBehaviour == null) continue;
var monoscript = MonoScript.FromMonoBehaviour(monoBehaviour);
I used to see this exception when the scene changed , ( ̄~ ̄) probably,,,