19.3 Fast Enter Play Mode Implementation

As you know, there is a huge change in entering play mode in the editor.

I’m using a verified 1.1.10 version at 2019.3b.
And addressable looks not compatible with this skipping reload domain feature.
Can you implement [RuntimeInitializeOnLoadMethod] attribute to static variables in Addressable?

The result of AsyncOperation when calling AsyncLoad returns null without throwing any exception. it seems that static Addressable containers still have AssetBundles on memory but actual assets being unloaded. We should clean up these static dummies on entering play mode.

Thanks, always.

ps. If you already fixed about this, I’ll appreciate it when you mention which version it is and stable. I tried this in 1.4.0, but still can’t skip reloading domain.

I also think there is a bug lurking wherein new assets marked with a label do not show up at runtime when loaded via labels.

Now that entities supports no-domain reload I see this as a pretty mandatory feature to support. Anything that increases iteration speed from where baseline Unity has been at for a while is a Big Deal.

Is there any update about this? I’ve just integrated Addressables into a project and apparently it breaks with Domain Reload disabled (scenes are being “loaded” forever) which hampers productivity for some team members.

Any kind of timeline or response from developers will be greatly appreciated.