- Home /
ball keeps turning into an egg shape whenever i move it?
Hello,
I am new to this program, and could use some help. I have started the roll a ball minigame tutorial, and have gotten to the "moving the camera" section. both my player controller and camera controller script match the sample scripts from the tutorial. However now when I enter play mode and apply force to the player, the ball transforms into and egg shape. Will appreciate any help, thanks.
forgot to mention both scripts are working. I have the ball moving around and the camera following it. also, in the previous tutorial section "moving the player", the ball did not seem to morph into and egg shape when moved.
$$anonymous$$orphing most likely occurs when the scales are not correct. I don't know roll a ball, but either the ball gets scaled by one of your scripts, or the visual ball is a child of the physical moving sphere Collider AND counter scaled in a weird way that's noticeable only when rotated. Anyways, check the scale of whatever configuration you have while in play mode to see if it is the scaling and find the reason for that.
Answer by joseabelbardales · Sep 20, 2017 at 08:09 PM
so somehow I had combined my player gameobject and the ground gameobject, once I removed the player folder from the ground folder in the hierarchy view the ball no longer turns into an egg shape when moved. yay!
Your answer
Follow this Question
Related Questions
Roll a Ball tutorial error 4 Answers
Nullreferenceexception on roll a ball project 1 Answer
need help with roll a ball like game 0 Answers
Ball control in flight 0 Answers
Roll a ball script issue! 1 Answer