- Home /
Too sensitive GameObjects
I am instantiating some cubes one over the other, a number of cubes from 3 to 300. At the game starts the cubes instantiate correctly, but because the gravity thay fall, how can I not change the x and z axes and the rotation of my cubes so that they remain stuck? however, when I go on I will have to move them from the script This is the script that instantiates them This is what should not happen. The poles (gray ones) are not solid, they are only for beauty
Answer by dahiyabunty1 · May 23, 2020 at 11:11 AM
under rigidbody inspector find constrain and freeze position and rotation
No... it doesn't work, the result is the same but with a different effect. Then I also tried to block all six of them, but it's the same
Are you sure that you froze positions? Because in that case they should not move after instantiating.