arcore-unity-extensions
arcore-unity-extensions copied to clipboard
All the scenes selected for building in Build Settings are loaded in the hierarchy after build succeeded
This only happens when ARCore Extensions is installed. When the package is removed, it no longer happens. The scenes tested are empty sample scenes.
Yes, very annoying!
Yes, I can confirm this.
I'm on Unity 2020.3.19 using extensions 1.27.0
There is also a little popup after successful build. Maybe this is somehow conneted.
And as already mentioned, this extension forces you also to install the ios modules in unity, even if you're not using them.
Three annoying bugs which only are there, because you want AR CloudAnchors.
I tested a bit further to narrow the bug for reproduction:
The version I use is above. You need a project with multiple scenes. It's not just the presence of the ARExtensions Plugin. A scene must contain "ARCore Extensions"-component and you have to create ARCoreExtensionsConfig (cloud enabled) and conect it to the component.
So it seems:
- case A: you build without extension, after build unity has still the last scene opened
- case B: you build with extension, after build unity has opened all scenes which are in build settings selected
Maybe this helps to fix it.