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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment