Not set to an instance of an object

Hi when i got to the end of this lecture i got this error, dont know why

NullReferenceException: Object reference not set to an instance of an object
CoordinateLabeler.DisplayCoordinates () (at Assets/Tiles/CoordinateLabeler.cs:104)
CoordinateLabeler.Awake () (at Assets/Tiles/CoordinateLabeler.cs:35)

It’s because something on line 104 of the CoordinateLabeler is null. Find that line in that file and make sure everything has been set

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

Privacy & Terms