Hello, I’m following a tutorial and i’m facing an issue.
In the tutorial, he drags Path(0) that contains children(waypoint(0), …) into the project window to create a prefab.
In the project window, he can access to the children by clicking on an arrow that is displayed on the prefab and can select the children to drag them into the List of a prefab.
But in my Unity, I don’t have that arrow. I can’t select the children, thus when I drag Path(0)it fills the List with Path(0) and not his children.
He uses Unity 2018 and me 2019, but how can I achieve the same thing ?
His Unity looks like this :
And mine :
Mine
Thanks for your help