ReferenceExplorer icon indicating copy to clipboard operation
ReferenceExplorer copied to clipboard

Null Reference bugs

Open 5alamander opened this issue 9 years ago • 1 comments

SceneClassViewer , line 338

here's my dirty hack

var monoBehaviour = recievers.First() as MonoBehaviour;
if (monoBehaviour == null) continue;
var monoscript = MonoScript.FromMonoBehaviour(monoBehaviour);

5alamander avatar Dec 05 '16 07:12 5alamander

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

5alamander avatar Dec 05 '16 07:12 5alamander