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
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
Add comment