Question is off-topic or not relevant
How To how ??
I want to move a dice within a cup
Answer by bloeys · Jan 13, 2016 at 06:36 PM
If you want to use physics, a very basic way would be to make both objects rigidbodies, make the dice very bouncy and then simply move the cup around, that way the dice should bounce around inside the cup.
I haven't tested this but it should work
Thanx 4 reply.I already apply the rigidbodies property but its not working
I want to move my dice in b/w polysurface1 and light blue base of machine
if i apply box collider to both of them then dice will not move
Okay, first adjust the mass of your dice, make it something like 1, and reduce its drag and angular drag, right now its too high.
your shaker must have a proper collider, for now you can give it a mesh collider, a box collider won't work because your dice will be inside it. Also make sure the base of the shaker also has a collider.
What you want to do next is create a physics material, and change its properties to make it bouncy, then apply this physics material to the box collider on your dice. Now what you should notice is that the dice will bounce once it hits the shaker. To increase the effect you can also apply this same bouncy material to the mesh collider of the shaker.
Hope this helps, feel free to ask anything ;)
cheeck out video it doesnt work