How to retrieve imported images by URL

Sample project ‘Bog Battle’ replicated using Niantic Studio.
In it, there is a process to display an icon that serves as the menu UI (Build Menu&Tray Menu), but the method of specifying the original image of the icon was done by using a URL. (//static.8thwall.app/assets/Fence-htjbto65t9.png)
Where do you get this URL from? I’ve tried and tried, but never got the correct result, so please let me know.

You have two options for referencing the path:

  1. Use // @asset in a schema definition and then select your asset from the dropdown.

  2. Use ecs.assets.load(request)