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
We would like to interact with UI inside a moving vehicule.
When animating the root transform of a VR interactive scene the UI becomes barely interactable.
We tried to animate the root transformn using the different unity methid Update, LateUpdate, FixedUpdate. While fixed update animation sliding
To reproduce
Steps to reproduce the behavior:
Open the MRTKDevTemplate Unity project
Select the Canvas example scene
Create an empty game gmae object root in the hierarchy
Move everyhting as child of this root gameobject
Animate the root gameobject using script
Interaction in VR is broken (especially slider)
Expected behavior
I expect that the UI can be interacted correctly in VR while moving (as the player is inside a vehicule)
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Describe the bug
We would like to interact with UI inside a moving vehicule.
When animating the root transform of a VR interactive scene the UI becomes barely interactable.
We tried to animate the root transformn using the different unity methid Update, LateUpdate, FixedUpdate. While fixed update animation sliding
To reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that the UI can be interacted correctly in VR while moving (as the player is inside a vehicule)
Screenshots
screenshot
video
https://youtu.be/rGhPN-9CaFY
Your setup (please complete the following information)
Target platform (please complete the following information)
Animation script
The text was updated successfully, but these errors were encountered: