Short intro to Unity C# programming

As we just saw, Unity does a lot of things: it manages objects, renders them, animates them, calculates the physics of those objects, and so on. Unity itself is a program. It's made of code. Probably a lot of good code written by some very smart people. This internal Unity code can be accessed by you, the game developer, through the Unity Editor point-and-click interface that we've already been using. Within the Unity Editor, scripts are manifested as configurable components. However, it's also made more directly accessible to you through the Unity scripting API.

API (short for Application Programming Interface), refers to published software functions that you can access from your own scripts. Unity's API ...

Get Unity Virtual Reality Projects - Second Edition 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.