Install Unity

DrewDev·2023년 8월 10일
0

Steps


  1. Download Unity Hub
  • Unity Hub is a software management tool developed by Unity Technologies. It's designed to streamline the process of managing multiple Unity projects, versions, and installations in one centralized interface.

  • source: https://unity.com/download

  1. Sign up with Unity.

  2. Open Unity Hub, choose the latest version of Unity, and, if possible, choose the one with the LTS (Long-Term Support) label.

  3. For modules, it is recommended to unselect any code editor and use vscode (Visual Studio Code) instead for platform compatibility. Add 'WebGL Build Support' which gives website support.

  4. Install Visual Studo Code (we use visual studio code to implement game engine on unity).

IMPORTANT NOTE: Be sure to install 'Visual Studio Code Editor' on Unity's package manager. Visual Studio Code may not work without this package.


 

Game Engine & IDE


Game Engine:

  • Visual interface for creating games.
  • Systems of existing code we can use (physics, rendering, audio, etc)

Integrated Development Environment (IDE):

  • Helps us write code to tell the game engine what to do.
  • Auto-completem color coding, syntax error checking.

Interface

  • Code written on IDE is saved in "Scripts" which, in this case, are .cs files.
profile
I LOVE GAMES

0개의 댓글