Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.1.X, 2019.2.X
Votes
0
Found in
2019.1.0b9
Issue ID
1141959
Regression
No
Error when canceling Signal creation dialog
----ONLY ON OSX-------
Error when canceling Signal creation dialog
repro:
- Add Signal Emitter to a Timeline track
- open the Emit Signal pull-down, and select Create Signal...
- click Cancel in the save dialog window...
error is generated in the console:
InvalidOperationException: Stack empty.
System.Collections.Generic.Stack`1[T].ThrowForEmptyStack () (at <7483795e405e497399bf272766b56895>:0)
System.Collections.Generic.Stack`1[T].Pop () (at <7483795e405e497399bf272766b56895>:0)
UnityEditor.EditorGUI.EndChangeCheck () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorGUI.cs:352)
UnityEditor.EditorGUI+ChangeCheckScope.CloseScope () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorGUI.cs:330)
UnityEngine.GUI+Scope.Dispose () (at /Users/builduser/buildslave/unity/build/Modules/IMGUI/GUI.cs:1713)
UnityEditor.Timeline.Signals.SignalEmitterInspector.OnInspectorGUI () (at /Applications/Unity/Hub/Editor/2019.1.0b9/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalEmitterInspector.cs:99)
UnityEditor.UIElements.InspectorElement+<CreateIMGUIInspectorFromEditor>c__AnonStorey1.<>m__0 () (at /Users/builduser/buildslave/unity/build/Editor/Mono/Inspector/InspectorElement.cs:441)
UnityEditor.PopupCallbackInfo:SetEnumValueDelegate(Object, String[], Int32)
This is a 2019.1 Timeline feature and this bug is repro in Version 2019.1.0b9 (f1481f10a935) & 2019.2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
Add comment