Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in [Package]
4.10.0-preview
Issue ID
1229975
Regression
No
[URP][HDRP][Shader Graph]Remap node preview becomes pink when "In Min Max" property value is set to 1
Reproduction steps:
1. Create a new project
2. Create any Shader Graph
3. Create a Remap Node and set the Min/Max value to 1
Expected result: Remap node In Min/Max value set to 1 does not make the preview pink
Actual result: Remap node In Min/Max value set to 1 makes the preview pink
Reproduces on: Shader Graph 4.10.0-preview (2018.4.20f1), Shader Graph 7.1.8 (2019.3.7f1), Shader Graph 8.0.1 (2020.1.0b3, 2020.2.0a5)
Could test on 2017.4 (No package)
Notes:
-Reproduces with all Graphs
-The issue occurs only when both values are 1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
The pink is coming from the fact that the calculations are attempting to divide by 0, which produces a NaN error.
As to why it only happens in the preview renderer we're not sure, but we're in the middle of making larger changes to the Preview render pass so we're going to investigate after that is over, if it still reproduces.