When I create the yellow collision boxes in my Tilemap, it works fine. I run the game and the collision boxes work fine but I can see the blue collision shapes in the game. I've looked around for a solution to this but I can't find one. Any help on this would be much appreciated.
How to remove blue collision shapes on Tilemaps?
- Edited
- Best Answerset by fattcoke
You may have the debug option for Visible Collision Shapes enabled
jfirestorm44 And how do I turn off the that option?
- Edited
The article linked in jfirestorm44's reply shows how. Click Debug at the top to drop down the menu, and uncheck Visible Collision Shapes.
DaveTheCoder Ahhh thank you the problem is solved!!