[Unity] Create a 2D Shooting Game [Tutorial]
I am creating a 2D shooting game by referring to the above site, but I am not sure if Player0~Player4 is in the game object called Player in Hierarchy.
Please tell me how to check or put it in.
unity2d
As far as the hierarchy is concerned, it looks like they are in the same row.
Click the prefab that you want to be a child element, drag it to the prefab that you want to be a parent, and try overlapping it.
Player
↪ PlPlayer0
↪ PlPlayer1
↪ PlPlayer2
↪ PlPlayer3
↪ PlPlayer4
This is the image.
Also, it seems that the prefab of Player0 is not displayed in the hierarchy, so
Look for it.
© 2024 OneMinuteCode. All rights reserved.