Skip to main content

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

Thank you!

Yeah, sometimes drone gets stuck and you need to spam the key until it moves again. I didn’t have the time to fix the bug so yeah. About the tunnel, it would’ve taken a lot of time because Unity’s navmesh just didn’t want to allow flying objects.

(+1)

Oh boy, I hate navmeshes lol. Simple solution there is you have it navigate to the nearest tunnel (like, b-line for it, no navmesh). When it enters the tunnel, have it then teleports to the exit of the nearest tunnel in the room you pinged for it to go into, and then navmesh from there.

(+1)

Navmesh is a great solution for “normal” walking NPCs but it’s really bad for flying things and non-static enviroments. Anyway, thanks for the solution idea! Maybe someday we’ll polish the game and release 1.1.