Best way for object with many gameObjects
Hi there! I turned to Unity from Flash. Please explain me this: I have a character. I create this via Script. He has many separate objects - a hand, a body, weapons and etc. Each object must be GameObject with SpriteRenderer?
How combine them to main object Hero? For control easy
hero.transform.position = new Vector3(0, 0, 0);
Comment