Map file might not get generated at editor launch if the project contains no scene assets
starikcetin opened this issue · 1 comments
starikcetin commented
Which will in turn lead to null ref exceptions while trying to access the map.
We can employ two solutions (ideally both):
- Generate an empty map in those cases.
- Never return null from map providers, instead, return an empty map.
starikcetin commented