Running the Demo

Running the available demo scenes.

The demos were created in URP but should work in BIRP as well. They may not work in HDRP. This does not mean Inventool will not work at all in HDRP; there's just no demo scene for it.

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

You may notice some errors logged in the console. Usually, these can be ignored.

There are multiple demo scenes in the "Examples" folder that work the same way, but they are set up using a different UI option.

Name
Description

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