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
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
Add comment