Search Issue Tracker
Fixed in 10.5.0
Votes
0
Found in [Package]
12.0.0
Issue ID
1317809
Regression
Yes
Console error when adding a Sample Texture operator when a Sampler State property is present in blackboard.
Repro steps:
1. Create a new ShaderGraph (i.e. blank shadergraph)
2. Add a SamplerState property in blackboard
3. Add a Sample Texture2D operators
4. Observe the console error:
Two properties with the same reference name (SamplerState_Linear_Repeat) using different types
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at C:/buildslave/unity/build/Editor/Mono/EditorApplication.cs:332)
Notes:
- Does not happen if the Sample Texture2D operator is added first
- Regression, works in 2020.2.7f1 / 10.3.2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
- Undoing the branch rotation resets only wireframe and not mesh when undoing the action first time after launching the project
- Asset Bundles retain their previous hash and CRC values when an object within a bundle is changed and rebuilt
- APV Reflection Probe Normalization breaks when SSGI is enabled
- Default Custom Components in project have Library counterparts
Add comment