Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
10.10.1
12.1.11
Issue ID
SGB-586
Regression
No
"Property already exists" error in the Console when changing the value of an input field in the Custom Function node
Reproduction steps:
1. Open the attached "repro_IN-39686.zip" project
2. In the Project window, open the "New Shader Graph" asset
3. Select the "Custom Function" node
4. Under "Inputs", create two input fields by pressing the "+" button two times
5. Under "Outputs", create one output field by pressing the "+" button one time
6. Change the value of the "New" field (first input field) from "Float" to another value (check the “Note” part of this description)
7. Observe the Console logs
Expected result: No errors appear
Actual result: "Property _CustomFunction_904a8066d87f49399456df00be764dc8_New_0 already exists in the property sheet with a different type" error appears
Reproduced with: 13.1.9 (2022.2.0a2), 10.10.1 (2020.3.48f1), 12.1.11 (2021.3.26f1)
Not reproduced with: 14.0.7 (2022.2.21f1), 15.0.5 (2023.1.0b19), 16.0.1 (2023.2.0a17)
Fixed in: 14.0.0 (2022.2.0a3)
Reproduced on: Windows 10
Note: The error doesn't appear when changing from "Float" to "Sampler State", "Gradient", "Boolean", "Virtual Texture", "Property Connection State" and "Bare Sampler State"
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
This is fixed in 2022 and 2023. As this is low-pain and has user mitigations, we aren't planning on backporting further.