I get this error. What does it mean?

I just noticed I get this error (image attached). Don’t know how long it has been there, but the game works perfectly fine. What is the problem?

Those are warnings, they won’t stop you from running your game, it just means all your variables aren’t given a initial value so they are the default, if you want the warning to go away just initialize the variables.

Oh ok thank you!

No problem!

Hi Almog,

As @Riley_Waldo said, those messages with the yellow icon are harmless warnings, probably caused by a bug in Unity. Double click on each message in your Console, and add = default; behind the respective variable declaration.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms