I'm trying to group some objects together in unity by creating new empty GameObject, zeroing its position, then dragging my children objects into it, my problem is that it's anchor position is far away from children positions, am I missing anything? please see the picture for clarification: Picture
相关问题
- Unity - Get Random Color at Spawning
- Unity3D WebGL Headless not rendering
- Unity3D loading resources after build
- Load Image from Stream/StreamReader to Image OR Ra
- Unity3D - Build Failed because of “[Unity] ERROR:
相关文章
- Programmatically setting and saving the icon assoc
- Omnisharp in VS Code produces a lot of warnings ab
- Call non-static methods on custom Unity Android Pl
- How can a game created in Unity can run on an Andr
- How to add Persistent Listener to Button.onClick e
- Placing an object in front of the camera
- Connecting Unity3d Android application to ActiveMQ
- How to mimic HoloLens 2 hand tracking wIth Windows
You must set the pivot where you want, in 3dsMax and only then export it.
It's a basic, well-known problem in 3D engineering and games.
Regarding how to change the pivot in 3dsMax or other software. That's a question for that software, it's different in everything. For example in Cheetah3D you press the button labelled
I emphasize that you MUST change it in the model-making software, you can't do so in Unity and there is no workaround.
Note that if you just google
you will instantly find many tutorials on this. Example.