Skip to main content

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

Hey Casper! I was also dealing with the error that some others had:

TypeError
Cannot read property 'tilesetNames' of null

I found the cause to be when I have an event on the title map that has a piece of the tileset selected as the image, so from [Tileset A/B/C]. Removing the event fixes the problem.

I just worked around it by doing some different layering, but just FYI in case other people have this issue.

Hi, thanks for the report, I can look into it.

The map shown on the title screen is not a full map which means it is to be expected that some things you can do on a real map in game will not work on the title map. I will look into what might be causing the tileset event image to have issues, as I think that should work.

Hi, I am not able to reproduce this issue myself. I have a map set to display, and I made an event with an image from the tileset B (and C/D). There is no crash and the tileset image for the event loads fine for me.

If you are able, can you try ruling out any plugin conflicts? Also, can you check to make sure your map has a tileset that has not been deleted from the database?