tsubaki / ReferenceExplorer

ReferenceExplorer will visualize the object and component dependencies
MIT License
117 stars 29 forks source link

Null Reference bugs #4

Open 5alamander opened 8 years ago

5alamander commented 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);
5alamander commented 8 years ago

I used to see this exception when the scene changed , ( ̄~ ̄) probably,,,