You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you tell me how to use Rigidbody correctly with Html?
If you nest Html within the Rigidbody, it will align closer to the center relative to all the children, depending on the height of the collider. How can I disable this centering? How can the children be positioned closer to the bottom-left corner (or elsewhere)? I want to set a height (position-y) value so that the UI is always displayed in the same position.
The problem is with the dynamically selected geometry. I know the height of each object and can adjust position-y accordingly.
P.S. Can you tell me more about centering? At the moment, it's a bit confusing.
The text was updated successfully, but these errors were encountered:
Can you tell me how to use Rigidbody correctly with Html?
If you nest Html within the Rigidbody, it will align closer to the center relative to all the children, depending on the height of the collider. How can I disable this centering? How can the children be positioned closer to the bottom-left corner (or elsewhere)? I want to set a height (
position-y
) value so that the UI is always displayed in the same position.The problem is with the dynamically selected geometry. I know the height of each object and can adjust
position-y
accordingly.P.S. Can you tell me more about centering? At the moment, it's a bit confusing.
The text was updated successfully, but these errors were encountered: