Mixed Reality (AR & VR) With Unity 3D & Microsoft HoloLens/Unity Certified Associates

Live Online (VILT) & Classroom Corporate Training Course

HoloLens, Microsoft’s groundbreaking reality headset also known as Mixed Reality, overlaps holograms into a user’s vision of their environment.

How can we help you?


  • CloudLabs

  • Projects

  • Assignments

  • 24x7 Support

  • Lifetime Access

Mixed Reality (AR & VR) With Unity 3D & Microsoft HoloLens/Unity Certified Associates

Overview

HoloLens, Microsoft’s groundbreaking reality headset also known as Mixed Reality, overlaps holograms into a user’s vision of their environment. One gets to discover a new world by combining Virtual Reality & Augment Reality through HoloLens. It transforms the way we work and interact with the virtual world. This course introduces and demystifies the HoloLens platform and familiarizes learner to new ways you can interact with computers (Mixed Reality). One gets an insight as the course takes you through the expedition of creating four independent examples using Unity 3D. you get to learn and implement spatial mapping and gesture control, incorporate spatial sound, and work with different types of input and gaze.

Course Benefits

Upon Completion of this Course, learner will accomplish following:-

  • Learn concept of Mixed reality
  • Have an overview of the developments in Virtual Reality and Augment Reality over the years
  • Get acquainted with hardware and software requirements for Mixed reality
  • Install and configure Unity Engine
  • Build a terrain in Unity using the built in terrain tool set
  • Understand raycasting and rigidbody
  • Learn unity particle systems for enhanced effects
  • Create the user interface for a virtual environment
  • Deploy a scene on HoloLens Emulator
  • Configure HoloLens
  • Deploy a scene on HoloLens

Course Prerequisites

  • Basic Knowledge of Operating system Windows OS

Course Outline

Module 1: Introduction to Mixed Reality (AR & VR)2022-11-08T19:12:05+05:30
  • What is Virtual Reality (VR)
  • What is Augmented reality(AR)
  • What is Mixed Reality
  • Modern VR/AR experiences
  • History
Module 2: Overview2022-11-08T19:13:10+05:30
  • Hardware
  • Software
  • Interaction fundamental
Module 3: Types of Holographic Apps2022-11-08T19:14:01+05:30
  • Enhanced environment apps
  • Virtual environment apps
  • Blended environment apps
Module 4: Introduction to Unity 3D2022-11-08T19:14:55+05:30
  • Getting to Know the Unity Editor
  • The Project Dialog
  • The Unity Interface
  • The Project View
  • The Hierarchy View
  • The Inspector View
  • The Scene View
  • The Game View
  • Honorable Mention: The Toolbar
  • Navigating the Unity Scene View
  • The Hand Tool
  • Flythrough Mode
Module 5: Game Objects2022-11-08T19:15:41+05:30
  • Dimensions and Coordinate Systems
  • Putting the D in 3D
  • Using Coordinate Systems
  • World Versus Local Coordinates
  • Game Objects
  • Transforms
  • Rotation
  • Scaling
  • Hazards of Transformations
  • Transforms and Nested Objects
Module 6: Models, Materials, and Textures2022-11-08T19:16:25+05:30
  • The Basics of Models
  • Built-In 3D Objects
  • Importing Models
  • Models and the Asset Store
  • Textures, Shaders, and Materials
  • Textures
  • Shaders
  • Materials
  • Shaders Revisited
Module 7: 3D Terrain2022-11-08T19:17:12+05:30
  • Terrain Generation
  • Adding Terrain to Your Project
  • Heightmap Sculpting
  • Unity Terrain Sculpting Tools
  • Terrain Textures
  • Importing Terrain Assets
  • Texturing Terrain
Module 9: Environments2022-11-08T19:18:20+05:30
  • Generating Trees and Grass
  • Painting Trees
  • Painting Grass
  • Terrain Settings
  • Environment Effects
  • Skyboxes
  • Fog
  • Lens Flares
  • Water
  • Character Controllers
  • Adding a Character Controller
  • Fixing Your World
Module 9: Environments2022-11-08T19:18:57+05:30
  • Generating Trees and Grass
  • Painting Trees
  • Painting Grass
  • Terrain Settings
  • Environment Effects
  • Skyboxes
  • Fog
  • Lens Flares
  • Water
  • Character Controllers
  • Adding a Character Controller
  • Fixing Your World
Module 10: Lights and Cameras2022-11-09T09:52:37+05:30
  • Lights
  • Point Lights
  • Spotlights
  • Directional Lights
  • Creating Lights Out of Objects
  • Halos
  • Cookies
  • Cameras
  • Anatomy of a Camera
  • Multiple Cameras
  • Split Screen and Picture in Picture
  • Layers
  • Working with Layers
  • Using Layers
Module 11: Game 1: Amazing Racer2022-11-09T09:52:50+05:30
  • Design
  • The Concept
  • The Rules
  • The Requirements
  • Creating the Game World
  • Sculpting the World
  • Adding the Environment
  • The Character Controller
  • Gamification
  • Adding Game Control Objects
  • Adding Scripts
  • Connecting the Scripts Together
  • Playtesting
Module 12: Scripting—Part 12022-11-09T09:53:59+05:30
  • Scripts
  • Creating Scripts
  • Attaching a Script
  • Anatomy of a Basic Script
  • The Using Section
  • The Class Declaration Section
  • The Class Contents
  • Variables
  • Creating Variables
  • Variable Scope
  • Public and Private
  • Operators
  • Arithmetic Operators
  • Assignment Operators
  • Equality Operators
  • Logical Operators
  • Conditionals
  • The if Statement
  • The if / else Statement
  • The if / else if Statement
  • Iteration
  • The while Loop
  • The for Loop
Module 13: Scripting—Part 22022-11-09T09:54:55+05:30
  • Methods
  • Anatomy of a Method
  • Writing Methods
  • Using Methods
  • Input
  • Input Basics
  • Input Scripting
  • Specific Key Input
  • Mouse Input
  • Accessing Local Components
  • Using GetComponent
  • The Transform
  • Accessing Other Objects
  • Finding Other Objects
  • Modifying Object Components
Module 14: Collision2022-11-09T11:39:50+05:30
  • Rigidbodies
  • Collision
  • Colliders
  • Physics Materials
  • Triggers
  • Raycasting
Module 15: Prefabs2022-11-09T11:40:36+05:30
  • Prefab Basics
  • Prefab Terminology
  • Prefab Structure
  • Working with Prefabs
  • Adding a Prefab Instance to a Scene
  • Inheritance
  • Instantiating Prefabs Through Code
Module 16: User Interfaces2022-11-09T11:41:23+05:30
  • Basic UI Principles
  • The Canvas
  • The Rect Transform
  • Anchors
  • Additional Canvas Components
  • UI Elements
  • Images
  • Text
  • Buttons
  • Canvas Render Modes
  • Screen-Space Overlay
  • Screen-Space Camera
  • World Space
Module 17: User Interfaces2022-11-09T11:43:10+05:30
  • Basic UI Principles
  • The Canvas
  • The Rect Transform
  • Anchors
  • Additional Canvas Components
  • UI Elements
  • Images
  • Text
  • Buttons
  • Canvas Render Modes
  • Screen-Space Overlay
  • Screen-Space Camera
  • World Space
Module 18: Particle Systems2022-11-09T11:43:57+05:30
  • Particles
  • Unity Particle Systems
  • Particle System Controls
  • Particle System Modules
  • Default Module
  • Emission Module
  • Shape Module
  • Velocity over Lifetime Module
  • Limit Velocity over Lifetime Module
  • Collision Module
  • Sub Emitter Module
  • Texture Sheet Module
  • Renderer Module
  • The Curve Editor
Module 19: Animations2022-11-09T11:44:54+05:30
  • Animation Basics
  • The Rig
  • The Animation
  • Animation Types
  • Creating the Animation
  • Animation Tools
  • Animation Window
  • Creating a New Animation
  • Record Mode
  • The Curves Editor
Module 20: Animators2022-11-09T11:45:58+05:30
  • Animator Basics
  • Rigging Revisited
  • Importing a Model
  • Configuring Your Assets
  • Rig Preparation
  • Animation Preparation
  • Creating an Animator
  • The Animator View
  • The Idle Animation
  • Parameters
  • States and Blend Trees
  • Transitions
  • Scripting Animators
Module 21: Game Coin Collection2022-11-09T11:49:29+05:30
  • The Player
  • Coins
  • The Colored Coins
  • The Control Objects
  • The Goals
  • The Game Controller
  • Improving the Game
Module 22: Publish and Deploy2022-11-09T11:50:15+05:30
  • Managing Scenes
  • Establishing Scene Order
  • Switching Scenes
  • Persisting Data and Objects
  • Keeping Objects
  • Saving Data
  • Unity Player Settings
  • Cross-Platform Settings
  • Per-Platform Settings
  • Building Your Game
  • Build Settings
Module 23: Unity Integration with MR (Microsoft HoloLens)2022-11-09T11:51:26+05:30
  • Introduction to Microsoft HoloLens with Emulator
  • Working with Microsoft HoloLens SDK
  • Understanding Holograms Gaze, Gesture and voice control
  • Creating Spatial Mapping using Hololens
  • Implement a user interface in Mixed Reality
  • Build and Share Projects from Unity3D
2023-01-06T13:50:09+05:30

Title

Go to Top