top of page
  • Writer's pictureARI Leadership Team

Unity Development Resources

New to Unity? Want to learn how to navigate the interface and learn the basic terminology used in the engine?


There are plenty of free resources online that cover the basics of Unity. We recommend you have a basic understanding of the Unity interface, and knowing terms like Scene, GameObject, Hierarchy, Inspector, and Assets will be beneficial but not necessary.


This page will not cover any VR or AR specific platforms such as Oculus or Vuforia. It is intended to get you comfortable using Unity, which many of our workshops are taught in. To learn those technologies, visit the respective workshop pages.

 

Unity's official tutorials do a great job at giving an overview of how to create a project, navigate the interface, and use the engine's main features.


Creating your first unity project:

https://learn.unity.com/tutorial/create-your-first-unity-project


Unity interface basics:

https://learn.unity.com/tutorial/using-the-unity-interface


Unity concepts like GameObject, Scene, etc:

https://learn.unity.com/tutorial/essential-unity-concepts

 

In addition, there are great unofficial YouTube channels that give introductory tutorials to Unity.


These two videos will walk you through a very simple game and introduce you to scripting with C#.

https://www.youtube.com/watch?v=IlKaB1etrik

https://www.youtube.com/watch?v=9ZEu_I-ido4


The author of these videos, Brackeys, has a host of other great Unity tutorials on his channel. For a beginner, this is a great place to start.

115 views0 comments
bottom of page