1 (edited by fedor 2020-02-21 13:49:22)

Topic: Tiles are gray and not loading

After long break I've returned to a project with this asset. I have two git branches of unity project. In one branch all map tiles are ok, in another one they are grey and I don't know why ( If I remember correctly on notworking branch I deleted old map and created new with Map Wizard). I've checked map settings multiple times they seem to be exactly the same. Any ideas how to find what causes the problem?

P.S. Tries subscribing to various events - none seem to be triggering

2 (edited by fedor 2020-02-21 14:55:43)

Re: Tiles are gray and not loading

If it helps: I have 2 scenes Main Menu and World ( where map game object is used ). If I load World scene directly - everything seems fine(though OnAllTilesLoaded event does not trigger). But if I load World from Main Menu - map is grey.

P.S. Okay, I found it. On the bad branch there was "OnlineMaps.instance.lockRedraw = true;" which was not reverted.