Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

To be honest in Unity is always a gambling when you use the 3D Lights to understand how strong they are going to be. :)

I mean the movement patterns of the ghosy. Most of the time I experienced them staying very close to the same spot instead of moving around, so when they appear on doors or hallway I had no choice but to run into them to get to the other side. 

Did you use a NavMesh agent for their movements?

Yes, that's what I used for navigation! It was a little tricky because with procedural generation, I had to bake the navigation at runtime, but it worked in the end!

Also was first time releasing something that used navmesh agents, so I think the navigation area was to wide and to close to the walls after I saw it completed, but didn't remember to change that!

(+1)

Well, you did already a very good job to learn how to bake the navmesh at runtime and make it work. Yes, now that you mentioned it I think the ghosts I saw were hitting against the walls. Well I congratulates your achievements so far. You did very well.