Search Issue Tracker
Fixed
Votes
3
Found in [Package]
0.10.0-preview
Issue ID
LOC-165
Regression
No
Errors thrown when entering playmode and using Enter Play Mode options(Experimental)
When entering playmode with the new enter play mode settings we get errors:
#
MissingReferenceException: The object of type 'OperationHandleDeferedRelease' has been destroyed but you are still trying to access it.
#
Your script should either check if it [is|http://www.google.com/search?q=is+msdn.microsoft.com] null or you should not destroy the object.
#
UnityEngine.MonoBehaviour.StartCoroutine (System.Collections.IEnumerator routine) (at <a1ac446df41c4a67becf2f8317dc1792>:0)
#
UnityEngine.Localization.OperationHandleDeferedRelease.ReleaseNextFrame (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) (at Library/PackageCache/com.unity.localization@0.10.0-preview/Runtime/Utilities/OperationHandleDeferedRelease.cs:28)
#
UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1+<>c__DisplayClass58_0[TObject].<add_CompletedTypeless>b__0 (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1[TObject] s) (at Library/PackageCache/com.unity.addressables@1.17.6-preview/Runtime/ResourceManager/AsyncOperations/AsyncOperationBase.cs:322)
#
DelegateList`1[T].Invoke (T res) (at Library/PackageCache/com.unity.addressables@1.17.6-preview/Runtime/ResourceManager/Util/DelegateList.cs:69)
#
UnityEngine.Debug:LogException(Exception)
#
DelegateList`1:Invoke(AsyncOperationHandle`1) (at Library/PackageCache/com.unity.addressables@1.17.6-preview/Runtime/ResourceManager/Util/DelegateList.cs:73)
#
UnityEngine.ResourceManagement.ResourceManager:Update(Single)
#
MonoBehaviourCallbackHooks:Update() (at Library/PackageCache/com.unity.addressables@1.17.6-preview/Runtime/ResourceManager/Util/MonoBehaviourCallbackHooks.cs:26)
#
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
Add comment