Skip to content
C. Plug edited this page Oct 28, 2022 · 19 revisions

Welcome to the UniSwitcher wiki!

This plugin is not only a wrapper around Zenject's parameter propagation among scenes but also a transition effect helper! With this plugin you can:

  • Define an entry point to a scene for better initialization handling than a bunch of Start()s across multiple GameObjects
  • Add a transition effect of your own.
  • Track "player visited a scene" event using Unity's analysis solution

WIP, will add more info

Start from here

Quickstart
Reverse Usage Lookup
Scene Initialization using UniSwitcher

Advanced Usage

Track "player visited a scene" event with Unity Gaming Services (UGS) Analytics or Legacy Unity Analytics
Defining your own transition
Adding a progress bar
Elegant transitions using shader!
Extending the Scene Transition Configuration