This package has been deprecated and may no longer be maintained. We recommend looking for an alternative.
StageSwapper
(Experimental) Swap out stage backgrounds for custom Unity scenes.Stage Swapper
Experimental plugin to swap stages for custom Unity scenes in Blaze. This version is just a proof-of-concept and for testing purposes! It does not fully work or fully replace the old scene yet.
To swap a stage, place an AssetBundle with the same name as the stage (see Bundles/Stages folder for the names) inside the plugin's modding folder (in LLBlaze/ModdingFolder/Stage Swapper).
The AssetBundle that you use should include a Unity scene.
v1.0.5:
- fixed camera y position for non-fixed camera
v1.0.4:
- fix unix desktops requiring the stage to be fully upper-case (now the requirement is lowercase).
v1.0.3:
- disable eclipse mode objects at scene start
v1.0.2:
- added stage configuration - can use xml file with the same name as the bundle in the ModdingFolder and the plugin will load values from there (see example xml in repo)
- configure shadow distance
- configure camera height
- add camera shots
v1.0.1:
- fix double shadows
- rudimentary eclipse mode (will change next update)
