Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 644 Bytes

how-to-get-started-with-mixed-reality-development-using-unity.md

File metadata and controls

20 lines (13 loc) · 644 Bytes
description
Unity Introduction.

How to Get Started with Mixed Reality Development Using Unity?

{% embed url="https://youtu.be/A0FHizvwB44" %} Getting started with Unity development. {% endembed %}

How to create a new scene?

  • On the Project panel, right click and select Create > Scene.
  • Name your scene and drag it under Scenes folder for organization purposes.

Creating a new Unity Scene.

Every new Scene comes with a light and camera. We have to modify the camera later for our Mixed Reality project.

New scene camera.