Intro

Unity Engine is a game and app development software that allows game developers to create video games across 20+ platforms and billions of devices.

The software can also be utilized in other industries to transform CAD and 3D data into immersive apps and experiences for any device, anywhere.

Getting Started

Unity Installation

  • Download Unity Hub (the manager for Unity installs and projects) and create an account https://unity.com/download

  • Configure file structure in Unity Hub, install, example:

    D:\Unity\
    ├─ Editors\       ← all Unity versions installed here
    ├─ Projects\      ← your projects live here
    ├─ Cache\         ← package manager + temp downloads
    
  • Install Unity Engine viz Unity Hub

  • Install Modules you need (for example: Windows Build Support, WebGL, Android, iOS depending on your target platform).

  • Install the Unity Editor