Toppling a group of cubes like the intelligent cube PSX game
I have been trying to topple over a group of cubes pretty much exactly like is seen here https://www.youtube.com/watch?v=NJacrAwd_eU
but have been having alot of difficulties. I am using 1x1x1 cube and if I place a cube at x1, x2, x3 and try to topple them they collide with each other. Another issue I am having is when toppling a cube using physics using addTorque i also need to keep it toppling in a grid so each turn has to land at exactly 1.00 units from the previous point.
I have tried using AddTorque(0,0,25) which does topple the cubes but gives me the issues I have mentioned above.
Does anyone have any idea how I may topple a group of cubes as seen in the video,keeping them aligned to an invisible 1 x 1 x 1 unit grid. it does not have to be using physics as long as the results look like the video.
Thanks for your help, Kriogenic.
Your answer
Follow this Question
Related Questions
How to stop jitter on rigidbody? 0 Answers
Move rigidbody cube without it tumbling 2 Answers
Why is my Rigidbody freaking out like this? 0 Answers
stack-type game problem (blocks fall). bloques se caen en juego de apilar cajas 0 Answers
Player Movement Goes Crazy When Hit On Side Of Moving Platform 0 Answers