Open 5alamander opened 8 years ago
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,,,
SceneClassViewer , line 338
here's my dirty hack