Search Issue Tracker
Fixed in 2018.2.X
Votes
1
Found in
2018.2.0a1
2018.2.0b11
Issue ID
1056406
Regression
Yes
Crash on FindRelativeTransformWithPath when passing null to Transform.Find
How to reproduce:
1. Open the attached project
2. Enter the Play mode
Expected result: Editor does not crash.
Actual result: Editor crashes.
Reproducible with - 2018.2.0a1, 2018.2.0b11, 2018.3.0a1, 2018.3.0a4
Not reproducible with - 2017.1.4p2, 2017.2.3p1, 2017.4.6f1, 2018.1.0a1, 2018.1.7f1
Stack trace:
(Unity) FindRelativeTransformWithPath
(Unity) Transform_CUSTOM_FindRelativeTransformWithPath
(Mono JIT Code) (wrapper managed-to-native) UnityEngine.Transform:FindRelativeTransformWithPath (UnityEngine.Transform,string,bool)
(Mono JIT Code) [C:\buildslave\unity\build\Runtime\Transform\ScriptBindings\Transform.bindings.cs:290] UnityEngine.Transform:Find (string)
(Mono JIT Code) [C:\Users\QA Students\Desktop\1056406\Assets\MyScript.cs:9] MyScript:Start ()
(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) MonoBehaviour::InvokeMethodOrCoroutineChecked
(Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
<...>
Fixed in 2018.3.0a6
Backported to 2018.2.3f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment