using UnityEngine; public class AddressableReleaseSelf : MonoBehaviour { void OnDestroy() { //Addressables.ReleaseInstance(gameObject); } }