Hello ! I just begin on Unity 3D and I would like to know how to create a factice/dummy. How can I manage that ?
Thanks !
Hello ! I just begin on Unity 3D and I would like to know how to create a factice/dummy. How can I manage that ?
Thanks !
Hi Peter,
If by "dummy" you mean the same thing as in 3dsMax, you simply create an empty gameObject, you will have a transform so that you can parent other models to it for example, and it will not show up in the rendering.
Go to the menu 'gameObject' -> 'Create empty'
Bye,
Jean