I’m using the localization plugin and every time I click on “Play” I got these errors,
InvalidOperationException: Trying to release an object that has already been released to the pool.
InvalidOperationException: Trying to release an object that has already been released to the pool.
UnityEngine.Pool.ObjectPool`1[T].Release (T element) (at <26a395a3682048b6b60924a5f0435897>:0)
UnityEngine.Pool.GenericPool`1[T].Release (T toRelease) (at <26a395a3682048b6b60924a5f0435897>:0)
UnityEngine.Localization.Operations.GetLocalizedStringOperation.Destroy () (at ./Library/PackageCache/com.unity.localization@1.4.5/Runtime/Operations/GetLocalizedStringOperation.cs:88)
UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].DecrementReferenceCount () (at ./Library/PackageCache/com.unity.addressables@1.21.19/Runtime/ResourceManager/AsyncOperations/AsyncOperationBase.cs:231)
UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].UnityEngine.ResourceManagement.AsyncOperations.IAsyncOperation.DecrementReferenceCount () (at ./Library/PackageCache/com.unity.addressables@1.21.19/Runtime/ResourceManager/AsyncOperations/AsyncOperationBase.cs:592)
UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.Release () (at ./Library/PackageCache/com.unity.addressables@1.21.19/Runtime/ResourceManager/AsyncOperations/AsyncOperationHandle.cs:532)
UnityEngine.ResourceManagement.ResourceManager.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) (at ./Library/PackageCache/com.unity.addressables@1.21.19/Runtime/ResourceManager/ResourceManager.cs:715)
UnityEngine.AddressableAssets.AddressablesImpl.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) (at ./Library/PackageCache/com.unity.addressables@1.21.19/Runtime/AddressablesImpl.cs:835)
UnityEngine.AddressableAssets.Addressables.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) (at ./Library/PackageCache/com.unity.addressables@1.21.19/Runtime/Addressables.cs:1445)
UnityEngine.Localization.AddressablesInterface.ReleaseInternal (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) (at ./Library/PackageCache/com.unity.localization@1.4.5/Runtime/Addressables/AddressablesInterface.cs:82)
UnityEngine.Localization.AddressablesInterface.SafeRelease (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) (at ./Library/PackageCache/com.unity.localization@1.4.5/Runtime/Addressables/AddressablesInterface.cs:47)
UnityEngine.Localization.LocalizationBehaviour.LateUpdate () (at ./Library/PackageCache/com.unity.localization@1.4.5/Runtime/Utilities/LocalizationBehaviour.cs:32)