Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Build Error

Code Block
error: Callback provided streaming assets file conflicts with file already present in project. Project file 'StreamingAssets/aa/catalog.json'. Callback provided file 'Library/com.unity.addressables/aa/WebGL/catalog.json'.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

...

Make sure to rebuild Localization Tables https://motiveio.atlassian.net/wiki/spaces/USDK/pages/645464065/Motive+Unity+SDK+Setup+-+Unity+Workshop+Demo+Scene#Build-the-Localization-Addressables

Crash, long stack trace on launch

Likely didn’t choose WebGL init scene in build settings and it’s trying to launch with XR playerPlayer. Make sure that the correct scene is chosen in the build (not just open in Unity).

General notes--once refined we should publish this info in the external docs

RuntimeData is null. Please ensure you have built the correct Player Content.

Make sure to build Addressables data.

Related Articles

Building and Hosting Unity WebGL Applications on Launch

WebGL Support