C#C
C#3y ago
Galelao

❔ 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.
image.png
Was this page helpful?