Replies: 1 comment 1 reply
-
Hm... is that the only error you're seeing? It looks like one of Unity's APIs is a returning a list (a few lines up you can see we assign Thank you for bringing this to our attention. We'll be sure to investigate/publish a proper fix promptly. In the meantime, a quick thing to try would be inserting this inside the loop, right before that faulty line: if (InternalVar_2[InternalVar_5] == null)
{
continue;
} Does that at least unblock you? Or do more errors appear once that one goes away? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
We're trying to evaluate if Nova UI is a good solution for a small commercial VR simulation. Things are seemly working, but I am consistently seeing a null reference error coming line 87 of InteralScript_101.cs. We are using the free version 1.1.3 and Unity 2020.3.40f1.
There seems to be a null item in an collection of sorts.
Is there a fix to this? Are we missing something in a scene or such? Will this error cause issues or can it be ignored for the time being?
Beta Was this translation helpful? Give feedback.
All reactions