Search Issue Tracker
Active
Votes
0
Found in
2022.3.55f1
6000.0.32f1
6000.1.0b1
Issue ID
UUM-91902
Regression
No
The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
*Steps to reproduce:*
# Download 6000.1.0b1 build
# Create a 2D project
# Select a "Main Camera" object in the "Hierarchy" window
# Go to the "Inspector" window
# Click the"Add Component" button
# From the "2D Animation" select, for example, the "Sprite Library" component
# Click the kebab menu and observe that "Paste Component as New" is disabled
# Select "Copy Component"
# Click the same kebab menu and observe that "Paste Component as New" becomes enabled
# Click it.
# Observe the result in the "Console" view
*Actual results:* The console displays an error "Can't add 'SpriteLibrary' to Main Camera because a 'SpriteLibrary' is already added to the game object!". Attachments are added below.
*Expected results:*
* Option "Paste Component as New" should stay disabled in the same game object/component. It is not good that we allow to do an action but as a result, we present an error.
* Option "Paste Component as New" should become enabled for another object/component.
*Note:* Seems the "Tilemap" component with the mentioned functions works differently as I described in the "expected Result" section.
*Reproducible with versions:* 6000.1.0b1, 6000.0.32f1, 2022.3.55f1.
*Not reproducible with versions:* -
*Can’t test with versions:* -
*Tested on (OS):* Apple M1 Max
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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
lacreshanelson4
Jan 04, 2025 15:30
Fake