In my 2D game I generate a level by having a script laying out Rooms at random. Each Room is a Prefab, consisting of 2 (or more) Tilemaps.
When trying to edit these Prefabs in Prefab mode however, there seems to be a graphical glitch, and as a result I cannot edit the Tilemaps. In below screenshot the Tilemap consists of 40 tiles, but I only see this:
Anyone knows what is going on?
Thank you