Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey this  game is so awesome and my favorite of the jam!  I'm trying to make a 2D tower defense game.  (Also with randomly generated layouts).  I can make the random level from a tutorial, but how did you set the patrol route after it generates?

Hi, sorry for the late response, I created an Array of Vector3 (positions) and the enemies just traverse the array and go from Vector3 to Vector3.