Downloading AssetBundles
Loading resources at runtime

Scripting with assets

Access different types of assets from your C# code to use or change them as part of your runtime application.

Topic Description
Loading resources at runtime Use a Resources folder to store assets that you can later retrieve and load at runtime using the associated Resources API.
Streaming assets directly into a build Use a StreamingAssets folder to make runtime-ready assets available directly to your built application, bypassing the regular project build process.
Modifying source assets from code Make temporary or permanent modifications to source assets from your runtime application code.

Additional resources


Did you find this page useful? Please give it a rating:

Downloading AssetBundles
Loading resources at runtime