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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment