-
Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Lets imagine I have a multiple gameobjects like this: [IMG] For each of them I want to select some of their sub-gameobject - in order to edit...
I would like to create a dynamic inspector before the play mode start where the user can state the amount of animations, after which that amount...
Hi all, I'm trying to utilise inheritance as much as possible. Say I have the following class structure: public class Parent {...