Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
1252267
Regression
No
[Animation] event UI is different according to if an object is selected or if animation is opened directly
Steps to repro:
1. open project with animations
2. open window > general > animation
3. in hierarchy, select an animated game object
4. in animation window, select an animation from the dropdown
5. select an animation event (or add a new one)
6. check inspector, observe the UI shows a dropdown "Function: (No function selected)"
7. in project view, select animation asset
8. in animation window, select the same event
9. observe UI in inspector is different (as pictured in docs: https://docs.unity3d.com/2020.2/Documentation/Manual/script-AnimationWindowEvent.html )
Expected: Animation event can only be accessed with correct UI, when accessed via game-object
Actual: animation event can be accessed via asset resulting in confusing UI, and docs shows this broken UI
repro: 2019.3.15f1
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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note:
Even if confusing, the UI without object is necessary. Feedback or discussion can be had on #devs-animation