Hello
Problem:
Charakter walks through the objects although I´m using collision and rigidbody.
I´m using the Quest 3.
PlayCanvas-Project:
https://playcanvas.com/editor/scene/2094797
You will need a VR-Device to try it out.
Modification of the existing Project:
I´ve added collision and rigidbody to the 3 boxes and the camera parent.
And added a Floor with collision and rigidbody.
box_01 rigidbody-static
box_02 rigidbody-kinematic
box_03 rigidbody-dynamic
floor rigidbody-static
camera parent rigidbody-dynamic
camera parent reacts with the floor but not with the boxes,
so the camera walks above the floor but through the boxes.
Looking forward to solve this problem.
Tom