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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note:
Even if confusing, the UI without object is necessary. Feedback or discussion can be had on #devs-animation