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

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 you 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.

img
request

Can’t find a batch you were looking for?

 

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 you 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 content

 

 INTRODUCTION TO Mixed Reality (AR & VR)
  • What is Virtual Reality (VR)
  • What is Augmented reality(AR)
  • What is Mixed Reality
  • Modern VR/AR experiences
  • History
 OVERVIEW
  • Hardware
  • Software
  • Interaction fundamental
 Types of Holographic Apps
  • Enhanced environment apps
  • Virtual environment apps
  • Blended environment apps
 Introduction to Unity 3D
  • 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
 Game Objects 
  • 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
 Models, Materials, and Textures
  • The Basics of Models
  • Built-In 3D Objects
  • Importing Models
  • Models and the Asset Store
  • Textures, Shaders, and Materials
  • Textures
  • Shaders
  • Materials
  • Shaders Revisited
 3D Terrain
  • Terrain Generation
  • Adding Terrain to Your Project
  • Heightmap Sculpting
  • Unity Terrain Sculpting Tools
  • Terrain Textures
  • Importing Terrain Assets
  • Texturing Terrain
 Environments
  • 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
 Lights and Cameras
  • 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
 Game 1: Amazing Racer
  • 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
 Scripting—Part 1
  • 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
 Scripting—Part 2
  • 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
 Collision
  • Rigidbodies
  • Collision
  • Colliders
  • Physics Materials
  • Triggers
  • Raycasting
 Prefabs
  • Prefab Basics
  • Prefab Terminology
  • Prefab Structure
  • Working with Prefabs
  • Adding a Prefab Instance to a Scene
  • Inheritance
  • Instantiating Prefabs Through Code
 User Interfaces
  • 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
 Particle Systems
  • 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
 Animations
  • Animation Basics
  • The Rig
  • The Animation
  • Animation Types
  • Creating the Animation
  • Animation Tools
  • Animation Window
  • Creating a New Animation
  • Record Mode
  • The Curves Editor
 Animators
  • 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
Audio
  • Audio Basics
  • Parts of Audio
  • 2D and 3D Audio
  • Audio Sources
  • Importing Audio Clips
  • Testing Audio in the Scene View
  • 3D Audio
  • 2D Audio
  • Audio Scripting
  • Starting and Stopping Audio
  • Changing Audio Clips
 Game Coin Collection
  • Design
  • The Concept
  • The Rules
  • The Requirements
  • The Arena
  • Creating the Arena
  • Texturing
  • Finish the Arena
  • Game Entities
  • The Player
  • Coins
  • The Colored Coins
  • The Control Objects
  • The Goals
  • The Game Controller
  • Improving the Game
 Publish and Deploy
  • 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
 Unity Integration with MR (Microsoft HoloLens) 
  • 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

 

To see the full course content Download now

Course Prerequisites

 
  • Basic Knowledge of Operating system Windows OS

Who can attend

The course is ideal for:

 
  • Innovation & technology managers
  • All designers looking to create in a new medium
  • Project & product managers looking to work with 3D artists and developers
  • Media and advertising producers
  • Animators, developers, 3D artists
  • Film and videographers
  • Creative directors looking to improve knowledge
  • Augment Reality and Virtual Reality enthusiasts and hobbyists

Number of Hours: 30hrs

Certification

None

Key features

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Virtual Live Experience
  • Preparing for Certification

FAQs

DASVM Technologies offers 300+ IT training courses with 10+ years of Experienced Expert level Trainers.

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Materials
  • Preparing for Certification

Call now: +91-99003 49889 and know the exciting offers available for you!

We working and coordinating with the companies exclusively to get placed. We have a placement cell focussing on training and placements in Bangalore. Our placement cell help more than 600+ students per year.

Learn from experts active in their field, not out-of-touch trainers. Leading practitioners who bring current best practices and case studies to sessions that fit into your work schedule. We have a pool of experts and trainers are composed with highly skilled and experienced in supporting you in specific tasks and provide professional support. 24x7 Learning support from mentors and a community of like-minded peers to resolve any conceptual doubts. Our trainers has contributed in the growth of our clients as well as professionals.

All of our highly qualified trainers are industry experts with at least 10-12 years of relevant teaching experience. Each of them has gone through a rigorous selection process which includes profile screening, technical evaluation, and a training demo before they are certified to train for us. We also ensure that only those trainers with a high alumni rating continue to train for us.

No worries. DASVM technologies assure that no one misses single lectures topics. We will reschedule the classes as per your convenience within the stipulated course duration with all such possibilities. If required you can even attend that topic with any other batches.

DASVM Technologies provides many suitable modes of training to the students like:

  • Classroom training
  • One to One training
  • Fast track training
  • Live Instructor LED Online training
  • Customized training

Yes, the access to the course material will be available for lifetime once you have enrolled into the course.

You will receive DASVM Technologies recognized course completion certification & we will help you to crack global certification with our training.

Yes, DASVM Technologies provides corporate trainings with Course Customization, Learning Analytics, Cloud Labs, Certifications, Real time Projects with 24x7 Support.

Yes, DASVM Technologies provides group discounts for its training programs. Depending on the group size, we offer discounts as per the terms and conditions.

We accept all major kinds of payment options. Cash, Card (Master, Visa, and Maestro, etc), Wallets, Net Banking, Cheques and etc.

DASVM Technologies has a no refund policy. Fees once paid will not be refunded. If the candidate is not able to attend a training batch, he/she is to reschedule for a future batch. Due Date for Balance should be cleared as per date given. If in case trainer got cancelled or unavailable to provide training DASVM will arrange training sessions with other backup trainer.

Your access to the Support Team is for lifetime and will be available 24/7. The team will help you in resolving queries, during and after the course.

Please Contact our course advisor +91-99003 49889. Or you can share your queries through info@dasvmtechnologies.com

like our courses