❔ Unity Error that I can't find
In Unity I have received the following error:
''UnassignedReferenceException: The variable waypoints of WaypointFollower has not been assigned.
You probably need to assign the waypoints variable of the WaypointFollower script in the inspector.
WaypointFollower.Update () (at Assets/Scripts/WaypointFollower.cs:14)''
I am following a tutorial and I double checked to see if I had the same code thing coded (I did) but I am still getting this error.
''UnassignedReferenceException: The variable waypoints of WaypointFollower has not been assigned.
You probably need to assign the waypoints variable of the WaypointFollower script in the inspector.
WaypointFollower.Update () (at Assets/Scripts/WaypointFollower.cs:14)''
I am following a tutorial and I double checked to see if I had the same code thing coded (I did) but I am still getting this error.
