Hello everyone!
I cloned the Bog Battle sample project to explore how to use the new Niantic Studio tools. However, Iβm confused about the need to upload UI assets with the .png file extension when images are loaded through URLs from external storage.
For example, the Fence_click.png file is uploaded in the project assets, but itβs not used. Instead, a URL link such as https://static.8thwall.app/assets/Fence-htjbto65t9.png is used. Why is that?
Alternative Ways to Load UI Assets from the Project Folder
Is there another way to load UI assets directly from the projectβs assets folder instead of using external URLs?
This sample project was developed while Studio was in an early private Beta - before you could directly select uploaded assets from the dropdown menu. We are in the process of updating these projects to show off best practices.
Indeed, if you specify that a schema property is an asset, you can directly select the uploaded asset from the dropdown menu in the property panel (you might need to scroll down in the dropdown to see your uploaded assets).