- Home /
Water Toy Ring Toss - How to simulate the rings
Hi guys, im trying to simulate the ring toss water game but im having a bad time with physics and i dont how to make this type of physics.
What is a ring toss water game? https://www.youtube.com/watch?v=3D45XCRpy5c
Answer by Naphier · Oct 21, 2016 at 03:06 AM
You need to give us some more information. For simulating something in water you'll want to reduce gravity and add some angular and linear drag to your rings. And you might want to use rigidbodyAddForceAtPosition at random points around the rigidbodies' surfaces in the upward direction to simulate the water pushes.
https://docs.unity3d.com/ScriptReference/Rigidbody.AddForceAtPosition.html
Your answer
Follow this Question
Related Questions
Performance Physics.Checkbox/CheckSphere vs Collider/Trigger 1 Answer
Is it recommended to do scientific modelling in unity or should i write a standalone program 3 Answers
3D Hook With Swing Physics 0 Answers
How to Clamp Rotation of a Rigidbody when Using AddTorque 1 Answer
Physics.overlapSphere doesnt detect colliders,Physics.CheckSphere doesn't detect colliders 1 Answer