Navid.64
6 months agoStart Partner
Access to Assets in Remixable Worlds
If my Remixable World uses my own assets that are stored in my folders under [My Assets > My Folders], how will other users’ access to those assets work if they remix my world to create their own, and what will happen to the folder structure in their account?
There is another way you can do this. Instead of creating a props definition for the asset and linking an asset to it in the properties panel you can reference the asset directly in the code.
asset: Asset = new Asset(BigInt("AssetID"))NOTE: Replace the string AssetID with the assets actual id. Also ensure the asset id is a string.