Search Issue Tracker
Won't Fix
Votes
3
Found in
2018.2.0f2
Issue ID
1062202
Regression
No
Crash on FindActiveTransformWithPathImpl when entering Play mode on a scene that uses Merge Cube SDK
How to reproduce:
1. Open the attached "1062202_repro.zip" project
2. Open the "inductionAR" scene
3. Enter the Play mode
Expected result: Editor does not crash.
Actual result: Editor crashes.
Reproducible with - 2017.1.5f1, 2017.2.3p2, 2017.4.8f1, 2018.1.9f1, 2018.2.1f1, 2018.3.0a6
Note: The issue seems to be caused by the deactivated Canvas GameObject in the scene.
Stack trace:
(Unity) GameObject::IsActive
(Unity) FindActiveTransformWithPathImpl
(Unity) FindActiveTransformWithPath
(Unity) GameObject_CUSTOM_Find
(Mono JIT Code) (wrapper managed-to-native) UnityEngine.GameObject:Find (string)
(Mono JIT Code) MergeCube.MergeCubeCore:UpdateScale ()
(Mono JIT Code) [C:\Users\QA Students\Desktop\1062202\Assets\MergeCubeSDK\Scripts\Core\MergeCubeSDK.cs:731] MergeCube.MergeCubeSDK:HandleDataUpdateEvent ()
(Mono JIT Code) [C:\Users\QA Students\Desktop\1062202\Assets\MergeCubeSDK\Scripts\Core\MergeCubeSDK.cs:717] MergeCube.MergeCubeSDK:RegisterListeners ()
(Mono JIT Code) [C:\Users\QA Students\Desktop\1062202\Assets\MergeCubeSDK\Scripts\Core\MergeCubeSDK.cs:356] MergeCube.MergeCubeSDK:OnValidate ()
(Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
(mono) [c:\buildslave\mono\build\mono\mini\mini.c:4937] mono_jit_runtime_invoke
(mono) [c:\buildslave\mono\build\mono\metadata\object.c:2623] mono_runtime_invoke
(Unity) scripting_method_invoke
(Unity) ScriptingInvocation::Invoke
(Unity) ScriptingInvocation::InvokeChecked
(Unity) MonoBehaviour::CallMethodInactive
(Unity) MonoBehaviour::CheckConsistency
<...>
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2018.3.X):
Low priority defect for the moment. This bug is unlikely to be fixed in the near future.