I want to check the sprite of unity.

Asked 1 years ago, Updated 1 years ago, 111 views

[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.

Enter a description of the image here

unity2d

2022-09-30 21:47

1 Answers

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.


2022-09-30 21:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.