Hello, since the beginning of the course I get this weird alert message in my console whenever I have a SerializedField, everything works fine but I always get these messages, anyone has any idea of how to get rid of them?
Hi Lucas,
Those messages with the yellow icons 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.
Did this help?
See also:
- Forum User Guides : How to mark a topic as solved
Thank you so much, it solved the problem!!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.