Search Issue Tracker
By Design
Votes
0
Found in
6000.0.12f1
Issue ID
UUM-76558
Regression
Yes
"Show In Inspector" node setting can't be interacted with on project upgrade
*Steps to reproduce:*
# Download the attached MyProjectt.zip and unzip.
# In the Hub, add this project, and *without opening it, upgrade straight to affected version.*
# Open Assets > Shadergraphs > 14 to view the shader graph.
# Select the Color property, and try to check Show In Inspector in the Node Settings of the Graph Inspector.
*Actual results:* This checkbox looks greyed out and can't be interacted with or updated.
*Expected results:* Checkbox can be updated.
*Reproducible with versions:* 6000.0.12f1, 6000.0.0b15, 2023.3.0a11
*Not reproducible with versions:* 2023.3.0a10
*Can't test with versions:*
* 2021.3.41f1, 2022.3.39f1, project downgrading is not supported.
*Tested on (OS):* MacOS Intel 12.7.4
*Notes:*
* *This did not occur when upgrading in steps.* For example, when I initially opened the project in 2023.3.0a5, then upgraded to 2023.3.0b10, then 6000.0.12f1, I could interact with the checkbox with no problems.
* Project is from UUM-46779, found while following repro steps.
* Attached video of trying to click this checkbox.
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
A change was made recently to disable the combination of "Global" scope and "Show in Inspector". Global scope is _project global_. Showing it in the inspector means its value will come from the material property declaration, which will effectively prevent it from being set via global settings. Disallowing this option ensures that the global scope property will always be set globally.