Home > other >  Unity hierarchy rendering problem
Unity hierarchy rendering problem

Time:09-16



Let the UI display on top of the object

CodePudding user response:

Step 1: put the object in the UI object of canvas
Step 2: set the Layout of the object to the UI layer
Step 3: adjust the object location, making it within the camera rendering!
  • Related