Running the Demo
Running the available demo scenes.
Step 1: Import Demo Assets
You can find the demos in Assets/StylishEsper/Inventool/Examples
. Double click the DemoAssets.unitypackage
and import the assets (necessary to do before importing the actual demo).
Step 2: Validate Database
Open the Inventool editor window, navigate to settings, and click "Validate."
Step 3: Import Demo Scene
There are multiple demo scenes in the "Examples" folder that work the same way, but they are set up using a different UI option.
FullScreenDemo.unitypackage
The demo with the full-screen UI setup (UI Toolkit).
SplitUIDemo.unitypackage
The demo with the split UI setup (UI Toolkit).
FullScreenDemoUGUI.unitypackage
The demo with the full-screen UI setup (uGUI).
SplitUIDemoUGUI.unitypackage
The demo with the split UI setup (uGUI). This may be preferred by most users.
Double click the demo option of your choice and import the assets. At this point, you can open the newly added demo folder, double click the Demo scene, and enter play mode.
Last updated