Live Scene View - similar to unity scene view in play mode

yc
yc Posts: 41 🔥

Is there a way to view the transform components of an object, live in scene view? For example, if in the preview, its transforms are changed, how does one view in the inspector, what the values are? (And also modify from inspector)

Answers

  • Bakari Mustafa
    Bakari Mustafa Posts: 178 🔥🔥🔥

    you can view and modify the transform components of an object live in the scene view by using the "Transform" component in the Inspector panel.

    To view and modify the transform components of an object live in the scene view:

    1. Select the object: In the Scene panel, select the object whose transform components you want to view and modify.
    2. View the "Transform" component: In the Inspector panel, under the "Transform" section, you can view and modify the "Position", "Rotation", and "Scale" properties of the object.
    3. Modify the transform components: You can modify the transform components of the object by entering new values for the "Position", "Rotation", and "Scale" properties, or by using the sliders to adjust the values. As you make changes to the transform components, you will see the changes live in the scene view.