Unity (Game Engine)

From CEED Wiki
Revision as of 05:23, 18 November 2018 by Bsami021 (talk | contribs) (Created page with "thumb|Unity Engine Logo '''Unity''' is a multi-platform game engine produced by Unity Technologies used for designing game and simulation...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Unity Engine Logo

Unity is a multi-platform game engine produced by Unity Technologies used for designing game and simulation applications. The engine is commonly used for PC, mobile, and VR applications, however many different platforms can be exported to. The Makerspace has Unity installed on the desktop machines, due to their graphics capability increasing performance.

Setting Up Projects

In order to create an application using Unity, you must first create an account on their official website. Once you've done so, you may follow the steps specific to the application you will be creating.

Creating Project

To create a new project, first launch the Unity engine.

  1. If prompted, sign into your Unity account.
  2. At the top right corner of the projects window, click New to start a new project.
  3. Enter a new project name and change the project location if necessary. Specify whether the game is going to be two-dimensional (side scrolling games) or three-dimensional (i.e. FPS and VR games). Click the Create project button.
  4. Wait for the project to load initial libraries.

Opening Project

To open an existing project either from the disk or an external drive, first launch the Unity engine.

  1. If prompted, sign into your Unity account.
  2. At the top right corner of the projects window, click Open, and navigate to the directory containing your project.