- Home /
How do you find the true center of a game-object?
I have a wheel model that I really like, but it was not modeled at the origin...
Unfortunately this makes it pretty much impossible to perfectly align a wheel-collider to this wheel... So, is there a way to find the "true" center of my wheel in global coordinates? If so, how? I noticed that when I select center and then select my wheel, it finds the dead center of my wheel but not the coordinates of the true center. If I did have the global center coordinates, I could align my wheel-collider! I would be super grateful for an answer!
Please note: Unfortunately, I can not center it in the cad it was modeled in.
Answer by YoungDeveloper · May 31, 2015 at 03:13 PM
Child it to empty gameobject or correct solution would be fixing the pivot itself inside 3d modelling software.
Thank you for responding, but I have already tried this and it doesn't solve my problem. And I can't fix the pivot it in a 3d modeling software.
"Please note: Unfortunately, I can not center it in the cad it was modeled in."
Your answer
Follow this Question
Related Questions
Unity mainmenu audio problem. 1 Answer
How can I create an editor object projection tool? 2 Answers
Custom Editor for Map/Dictionary in Unity 0 Answers
How to build an editor window with a treeview widget? 4 Answers
How can I fix my blurry editor? 0 Answers