Overview
Voxel Grids in Unity:
This course is an intermediate to advanced learning of game development using Unity software. The Course is to specifically learn about the voxel grids in Unity software. This course is to get an overview of creating a voxel grid, understanding how vertex sharing and crossing happens, reconstruction of sharp features, adding walls to the grid and finally adding colors to the grid.
Course Objective:
- Creating a 2D voxel grid.
- Understanding Vertex sharing and crossing.
- Reconstructing sharp features.
- Learn how to add walls to the grid.
- Learn how to add colors to the grid.
Target Customers:
- Students interested in game development
- Game development Professionals
Pre-Requisites:
- Unity(preferably v5.0 or above)
- Basic knowledge of game development using Unity