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
- "Unsupported texture format R16 for a swizzle" error and texture is not correctly rendered when using texture Swizzle and reimporting texture asset
- Tab order is incorrect after re-ordering
- [Ubuntu] Red squares instead of ticks in dropdown options
- Multiple simultaneous input with the touch screen sometimes leaves button in not default state
- Crash on ShowDelayedContextMenu(bool) when changing the Size options of a Visual Element in the UIToolkit Inspector
Add comment