Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Fuild pass through container Oculus Quest 2/ Hand interaction
#2
(28-02-2023, 11:35 AM)Harish Wrote: Hi,
We created the container using Voxel Mesh, In editor while moving the liquid sustains good where in Quest 2 device by hand interaction the liquid gets through the bottom of the container as the container sticks to the hand pose. We even tried the same interactions with the Whiskey bottle even then its pass through the bottle. Kindly assist on further settings to hold the liquid inside the container though using interaction with the container.

Thanks,
Harish

Hi Harish,

You can't move a rigidbody by directly setting its transform position, as this will cause tunneling, specially when colliding against small/thin objects such as fluid particles.

Make sure your colliders have rigidbodies, and are being moved either via setting their velocity, using forces, or using rigidbody.MovePosition().

kind regards,
Reply


Messages In This Thread
RE: Fuild pass through container Oculus Quest 2/ Hand interaction - by josemendez - 28-02-2023, 11:42 AM