Search Issue Tracker
Fixed in 12.x (bdff332)
Votes
0
Found in [Package]
Master/12.x (ae93ea04e4)
Issue ID
1325934
Regression
Yes
[Shadergraph] Custom function node thinks graph precision is half when created
Bug regressed in https://github.com/Unity-Technologies/Graphics/pull/3360 according to Chris Tchou
Repro steps:
1. Use a project with shadergraph
2. Bring the attached hlsl file into the project
3. Make a shadergraph
4. Add a custom function node
5. Set the file to the attached hlsl file
6. Name the function "customfunc"
7. Observe the error on the custom function node
Expected result: the custom function looks for the "_float" version of the function
Actual result: the custom function's error indicates it can't find the "_half" version of the function despite the fact that the custom function's precision is float due to inheritance
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- 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
- Material Component has two horizontal lines under it when its foldouts are closed
- Some selected Mesh Renderer Materials lead to Assets folder when pinged
- Editor colors appear darkened out when HDR Display Output is enabled
Add comment