How does this even happen?

gaem

After adding the code for spawning an enemy per red tile, the whole tilemap breaks for no reason, and it dosen’t even create new enemies… please help

2 Likes

This is happening because sometime you are using normal tilemap code and sometimes you are using code from the Color Coded Tilemaps extension. When you use the color coded tilemap blocks, the normal tilemap stops working. To fix this, you need to use the normal tilemap code instead of the Color Coded versions:


2 Likes