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.

Package: Shader Graph

-

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

Add comment

Log in to post comment