Summary

This chapter considered GameObjects, scenes, and components, as well as their general usage throughout scenes. These issues might superficially seem simple, but understanding their usage and being able to employ them to manage objects is a powerful skill that's required in almost all Unity game development projects. Specifically, we've seen the GameObject, a collection of components that interact to produce a unified behavior. The Transform component is especially important. We also looked at scenes. A scene is a single time and space inside which GameObjects exist. Typically, a scene is a self-enclosed entity that prevents any objects from existing outside it. Further, every scene works through a concept of time that makes change and ...

Get Mastering Unity Scripting now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.