Tutorials

Dr. Dan's Demystifying Tutorials


Learn the science behind the magic of software development from the very latest tutorials here


AI with Unity ML Agents Setup and Modification

AI and ML Agents


Making Reiforcement Learning AI Agent Development in Video Games

In this tutorial I show how to setup and modify Unity ML-Agents which use python and tensorflow and ML algorithms in conjunction with the Unity Game Engine to create sophisticated Artificial Intelligent Agents.

Get the code here

Click on the icon to download or clone the github repo with all related code

All Tutorials

Check out all of Dr. Dan's publically released free tutorials that are used internationally by aspiring developers and experts alike.



Augmented Reality Development with Unity: Part 1


How to develop cross platform augmented reality apps

In this tutorial I show how to setup and augmented reality app or game using the Unity game engine and AR Foundations. This is part 1 of a 2 part series, in this part I demonstrate how to set up a testing environment, get objects into augmented reality, and setup a basic UI.

Get the code here

Click on the icon to download or clone the github repo with all code form this tutorial.

Augmented Reality: Part 1


Augmented Reality Development with Unity: Part 2

Augmented Reality: Part 2


How to develop cross platform augmented reality apps

In this tutorial I show how to setup and augmented reality app or game using the Unity game engine and AR Foundations. This is part 1 of a 2 part series, in this part I demonstrate how to set up a testing environment, get objects into augmented reality, and setup a basic UI.

Get the code here

Click on the icon to download or clone the github repo with all code form this tutorial.



Virtual Reality Development Environment Setup for Unity and Oculus: VR interaction and avatar


How to develop virtual reality apps

In this tutorial I explain how to set up a virtual reality environment with Oculus and Unity so that you can interact with objects in virtual reality using your hands, including any assets from the asset store. I also show how to hook up custom controls with scripting to the Oculus controllers and use assets with these custom controls. This tutorial is intended as a beginning setup for anyone interested in developing VR applications.

Get the code here

Click on the icon to download or clone the github repo with related code.

VR Development with Unity