This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Repository not initialized UI shows up when entering playmode or recompiling #106
Closed
Description
We're currently not being very smart about caching our data in the window so that it doesn't reset back to "we don't have a repository" mode whenever Unity enters playmode or recompiles, killing the appdomain.
All windows and views should be caching their UI data and resetting it smartly (and never between layout and repaint events).