Skip to main content

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

Hello. When I try to generate a maze, the project says something along the lines of "make it easier for the plugin to find a spot", referring to spawning the player. How do I fix this issue?

Hi RockbandHyena,

When using the Snippets, then make sure that:

  • You put Region Ids of your entrance on the Snippets. If that doesn't help, spam this Region Id once on every Snippet
  • You put a Region Id 6 on your entrance on your Asset Map (even when your entrance is a 1x1 tile)
  • JavaScript only: When calling the Map generator, make sure you didn't forget to set the spawning direction (top, bottom, left, right, ...)

Let me know if you are using the snippet-less approach and you still see this message; that may be an error in my code.