SubScene Loader

Plugins SubScene Loader

Updates:
It was pointed out that saving the scene with "Enable Random Load" checked did not work properly, so we took measures.
Update:
There was an opinion that it would be convenient to be able to load subscenes in reverse order like 3-2-1, so we added a function to load them in reverse order. It does not loop by default, so if you want it to loop, check "Enable Backward Loop".
"Auto Load" is not supported.

Attachments

  • SubSceneLoader var5 UI1.png
    SubSceneLoader var5 UI1.png
    80.9 KB · Views: 0
Updates:
1) SubScenes are pre-listed and loaded in that order. Setting the SubScene Atom selection to "None" reverts the order back to number 1, so switching the SubScene Atom selection would load the same SubScene repeatedly. Changed so that the order is preserved even if the selection of SubScene Atom is changed to "None".
2) With "Enable Random Load" off, the SubScenes were loaded from the directory in the order they were read, but in some cases not alphabetically, so a sorting was added.
Updates:
Added a function to select the SubScene directory built into the scene var, and even if the SubScene directory is built into the scene var, it is no longer necessary to rewrite the scene json file or make the SubScene directory a separate file.

How to use:
1) Select your local SubScene directory in SubSceneLoader.
2) Check "Enable Path in Scene var" and save the scene.
3) Add the SubScene directory when creating the scene var file.
4) If you load the scene in var, SubSceneLoader will select the SubScene directory in var.
5) "Enable Path in Scene var" will be enabled only if the selected directory is both in var and local. If there is only one, it will be selected.

Note:
1) The name of the var containing the scene is retrieved into the SubSceneLoader when the scene starts. So when you reload the SubSceneLoader it will lose the var names and not work properly.
2) The SubScene Favorite built into var will be invalidated, so please set it again.
3) File search may take time if the var containing the selected SubScene is saved in a different location than when it was selected. note that.

UI Menu
SubSceneLoader var3 UI1.png
Back
Top Bottom