Select to view content in your preferred language

Display a map (UI) for WebGL

228
2
11-04-2024 04:56 AM
dahlalex
New Contributor
I'm following this tutorial display a map (UI) : but I've made one adjustment:

I'm using the Universal Render Pipeline (URP) instead of the High Definition Render Pipeline (HDRP). The reason for this change is that I want to build the project for WebGL, which doesn't support HDRP.

However, when I attempt to build the project, I encounter this error:

Library\PackageCache\com.esri.arcgis-maps-sdk@c75e1c36614c\SDK\API\GameEngine\Geometry\ArcGISUnit.cs(279,34): error CS0117: 'Interop' does not contain a definition for 'Dll'

Has anyone run into this issue, or does anyone know how to resolve it?

Tags (3)
0 Kudos
2 Replies
Jade
by Esri Contributor
Esri Contributor

Unfortunately we do not support WebGL. 

0 Kudos
dahlalex
New Contributor

Thank you for your response. 😊

Is there another recommended approach to make the map accessible on the web? My goal is to share the map more easily with customers and colleagues without having to distribute the Unity project files directly. Any guidance or suggestions for a web-compatible alternative would be greatly appreciated.

0 Kudos