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
- Can’t delete gradient keys with Mac keyboard or context menu options
- Editor freezes for a few minutes when closing or switching a VFX window that was opened in a previous project
- UI Overlaps when switching Render Pipeline Asset for different Quality Levels in Quality Project Settings
- Ray Tracing Shader link to the documentation isn’t working
- Warning "BatchRendererGroups currently don't support override shaders" is spammed in Play mode when using H-Trace WSGI with BatchRenderGroups
Add comment