Skip to content

This project uses C# and Unity to build a custom grid map that is different than the Unity tile map. This due to the ability for the grid map to contain multiple different data types (bool, int, float, etc) for more applications that are not just building levels. Applications, such as, a heatmap, pathfinding, minesweeper & more!

Notifications You must be signed in to change notification settings

CSimmonsCS/GridMapUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GridMapUnity

This project uses C# and Unity to build a custom grid map that is different than the Unity tile map. This due to the ability for the grid map to contain multiple different data types (bool, int, float, etc) for more applications that are not just building levels. Applications, such as, a heatmap, pathfinding, minesweeper & more!

About

This project uses C# and Unity to build a custom grid map that is different than the Unity tile map. This due to the ability for the grid map to contain multiple different data types (bool, int, float, etc) for more applications that are not just building levels. Applications, such as, a heatmap, pathfinding, minesweeper & more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages