I assume you are using a newer version of Unity, aren’t you? If so, create the path in the Hierarchy. When you are supposed to make it a prefab, drag the parent into your Assets folder. To edit your prefab double click on it to get into the prefab mode.
Hi Nina, sorry for the late reply, I’m not sure if I’m doing this correctly.
I can see the waypoints in my left panel (that’s the hierarchy I suppose?) but how can I be sure that I have connected both prefabs to each other? And not just the waypoints that are floating around in my scene, I’m adding some screenshots for clarification.
It does not matter where the waypoints come from. We are just reading their position values and do not do anything else with the game objects.
Keep the structure as seen in the first screenshot, assign the waypoints to your array. That’s fine so far.
Then proceed with the course. At some point, Rick will remove the waypoints array and replace it with a path prefab. Unless I’m wrong, you already created that prefab meaning the path with its children, so all you will have to do is to assign that prefab when Rick tells you to do that in the video.