What does it mean, exactly, to say that Unity is a components-based system?
Do the components refer to the CLR assemblies?
Are each of the Unity components from the IDE's component menu compiled into its own assembly?
What about custom-defined components (i.e., GetComponent<YourClassName>())?
↧