Setup

Installation

Download the latest .unitypackage from the GitHub release page and import it into your project. To ensure proper functionality, import all files except for the Examples folder, which can be imported optionally. The Examples folder contains scenes demonstrating usage.

Initialization and Build

When you build the project, please enable "Decompression Fallback" in the Unity build settings

Once the game is loaded, the plugin is already initialized. No additional actions are required.

To ensure the plugin functions correctly, select the appropriate WebGL Template during the build process.

There are a few important settings here

  • Overlay Background Color: The background color of the overlay.

  • Progress Bar Background Color: The background color of the loading bar.

  • Progress Bar Fill Color: The color of the loading bar itself.

Colors should be specified in HEX format. For example, black is #000000. Use the - symbol for default values.

To replace the icon, simply replace the file WebGLTemplates/Bridge/icon.png.

Last updated