Hello!
Iβm creating a custom component for Niantic Studio.
I am trying to use an image placed in assets with fragmentShader of shaderMaterial, but I donβt know how to load the image named sprite.png in assets.
In THREE.TextureLoader(), I have to load the image in . /assets/sprite.png or /assets/sprite.png, but it says there is no URL.
As shown in this query, I added // @asset
to the schema of ecs.eid, but I cannot select the asset. When I added // @asset
to the schema of ecs.string, I can select the asset, but it would just be treated as text.
What should I do?