#VR Multiplayer Template XR Interaction Testing Issue

1 messages · Page 1 of 1 (latest)

summer sandal
#

How do I solve this issue? It happens to all my unity multiplayer template workfile where I created a new scene and when I'm trying to test it, this problem keeps happening.

ripe perch
#

Somewhere in your code, two scripts(could be the same script) are fighting over the y position of the player avatar. Start disabling components that effect the player position to see which ones are causing this

summer sandal
#

I solved the issue by disabling this script attached to the XR Origin.