I’m having an error that’s making my circuit stop before making its way to another waypoint. The name of the circuit is GameObject. There’s an error on the bottom of Unity Editor that says: “retrieving array element that was out of bounds”.
Does anyone know what this means, and how to fix this? Btw, the video has no audio but that’s because the screen recording has no sound. I’ll fix that in a second post in this thread. I’m out of time for now to do that. Thanks.
Edit: sorry, my screenshot’s been converted from .mkv to .mov . OBS was my screen capture application. This forum handles .mp4 so I’ll see if I can convert it into that with one of my paid converter apps.
The changes to the code were made on line 255. A comment was made at the end of the line explaining the brief changes made to it. -1 was changed to 0 and ++i was changed to i++(increment)