branchrust_reboot/main/bootstrap_optimscancel
3 Commits over 0 Days - Infinitycph!
Fixed skin viewer trying to load prefabs from the prefab asset scene when its not loaded yet
Added a safeguard in GUIDToObject, any request from a non loaded asset scene won't cache the null miss
Removed the forced world and prefabs asset scenes activation from bootstrap (they still stream in the background, bootstrap no longer waits on them)
Skin viewer activates the prefabs scene when opened for the first time, it keeps waiting for it to be loaded if its not ready to be activated
Skin viewer loads bundled workshop skins through a sync path when the async bundle queue is blocked (the world scene holds the queue until its activated it when connecting to a server)