Logo
November, 23, 2021

Developing a Robotic Simulator on Unity Engine: Introduction (1/27)

Welcome to the course on building a robotic simulator in Unity Engine.

In this course, we will learn how to build a professional simulator for different robots in Unity. The topics of this course are based on the basic requirements of building a simulator so that users can design their desired simulator on the Unity engine even without prior knowledge of Unity programming.

We will learn from the beginning to the end of building a simulator for a UGV robot capable of carrying objects.

This course is divided into two parts: creating a single-player simulator and building a multiplayer simulator. In multiplayer mode, the simulator is capable of voice chatting and being used simultaneously by several users from different parts of the globe.

Also, We will make an online system to monitor the actions of students by the professor. In the end, the whole source of this project will be provided to users.

The contents of the entire course are as follows:

  • Developing a Robotic Simulator on Unity Engine: Introduction [1]
  • Installing the Unity Engine and Making a New Project [2]
  • Creating a New Scene with Terrain Design [3]
  • Lighting [4]
  • Adding 2D/3D Objects into the Project [5]
  • Physics in Unity [6]
  • Adding Other Features (Particle Effects plus Voice) [7]
  • C# Introduction in Unity [8]
  • Inheritance in Objects (Prefab) [9]
  • C# Scripting in Unity (Beginner) [10]
  • AI in Unity for Auto Movement (beginner) [11]
  • UI Design/Programming in Unity [12]
  • Creating a Simple UGV Robot in Unity with C# (Simple Movement by Keyboard and Changing the Camera) [13]
  • Triggers [14]
  • Creating an Advanced UGV Robot in Unity with C# (Defining Various Behaviours for the Robot) [15]
  • Creating Different Climates with the Impact of Them [16]
  • How to Save/Load the Values and Show Them as a Table [17]
  • How to Predefine a Scenario for the Robot (Adding Waypoints and Defining the Actions with Triggers) [18]
  • How to Create Different Levels for the Simulator [19]
  • How to Manage the Project and Settings (Graphics, Inputs, Sound and Others) [20]
  • Exporting a .exe from the Project [21]
  • How to Define Different Types of Inputs for the Project [22]
  • How to Implement an Online Multiplayer Scene with Voice Chat (with 20 users) [23]
  • Multiplayer mode for the UGV [24]
  • Streaming the variables in the network [25]
  • Defining actions between robots [26]
  • Professor / Student accesses in multiplayer [27]

In the next lesson, we will start building a complete simulator for an advanced robot! The next lesson will be uploaded on Friday at 12 pm CST.

Important: Robotic Simulator’s Source Code and Sample Output:

The source code for the entire tutorials (from 1 to 27) can be downloaded HERE! And a test output for Windows can be downloaded HERE! You can easily get an output for macOS by installing and running the source code on macOS.

Video version of this lesson: