Quantcast
Viewing all articles
Browse latest Browse all 25

Unity as a components-based system?

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>())?

Viewing all articles
Browse latest Browse all 25

Trending Articles