Start Using It
Drag and drop Generic Case Opening Panel into your Canvas. Then right click on the newly created object in the hierarchy and select Prefab > Unpack.
(The Canvas Scaler settings in demo scene is 1280 x 720 Scale With Screen Size if you want the exact same result.)
«Case Opening Visual Controller» script is responsible for filling the case with items, playing the opening animations, reporting the start and complete events and customization settings.
The «Generic Case Controller» is the simple basis of any implementation you might want to do. It holds the main functionality. It includes comments in each step in the script file and demo cases are a changed copy of it.
You can assign one of the demo case configs in the appropriate field and test if it’s working. I don’t recommend directly editing the script, that’s why we are going to create ours.