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 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
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
Add comment