Skip to content

Instantly share code, notes, and snippets.

// From:https://forum.unity.com/threads/set-asset-as-addressable-through-script.718751/#post-5718025
// Code to make Unity assets "addressable"
// Use this object to manipulate addressables
var settings = AddressableAssetSettingsDefaultObject.Settings;