Search Issue Tracker
Fixed
Fixed in 6000.3.3f1, 6000.4.0b2, 6000.5.0a4
Votes
0
Found in
6000.2.13f1
6000.3.0f1
6000.4.0a5
6000.5.0a1
Issue ID
UUM-127073
Regression
Yes
“Same id .. given to both Animation and Animation” warning is thrown after removing and re-adding Animation Component in Inspector window
Steps to reproduce:
1. Create new Unity project
2. In Hierarchy window create Cube GO
3. Select Cube GO
4. In Inspector window select “Add Component”
5. Select Animation > Animation
6. Add Animation Component
7. Press on kebab button on Animation Component
8. Select to Remove the Component
9. Press “Add Component” button again
10. Observe Console window
Actual results: Warning is thrown in the Console window “Same id: -398957092 given to both Animation and Animation. Selection may be wrong.
UnityEngine.GUIUtility:ProcessEvent (UnityEngine.EntityId,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:227)”
Expected results: No warnings are thrown in the Console window
Reproducible with versions: 6000.1.0a6 (3b090bf0e2f9), 6000.1.16f1, 6000.2.13f1, 6000.3.0f1, 6000.4.0a5, 6000.5.0a1
Not reproducible with versions: 6000.0.62f1, 6000.1.0a5 (025711cf5da4)
Tested on (OS): Ubuntu 24.04, macOS Silicon Tahoe 26.0 (M1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment