Page 1 of 1

Unity- Streaming Rigidbody position

Posted: Thu Jan 20, 2022 7:37 am
by Climate sim
hello!

So I'm streaming the position of a rigid body from motive to a Unity scene (optitrack rigidbody script)
but when i "Play" the scene the object goes straight to position 0,0,0 and not to where i originally located it in the scene....
even if i try to change the position after start it keeps returning to 0,0,0
how can i keep it in place?
thanks