TF-Unity icon indicating copy to clipboard operation
TF-Unity copied to clipboard

NullReferenceException at Detector.cs:90

Open tapickens opened this issue 6 years ago • 0 comments

I'm getting a NullReferenceException error at Detector.cs:90 when running on Android. There are no other errors before that one. This is line 90:

var input = graph[_inputName][0];

tapickens avatar Sep 05 '19 20:09 tapickens