Search Issue Tracker
Fixed in 11.0.X
Fixed in 11
Votes
0
Found in [Package]
10.1
Issue ID
1299922
Regression
No
[Node] Sign operator with input 0 returns 1 if the type is set to float.
Repro steps:
1. Add a Sign operator (defaults to float, 0)
2. Drag out a float node to preview the result
3. Observe the result is 1.
4. Change the Sign type to int.
5. Observe the result is 0.
Expected outcome:
The result to always be 0 if the input is 0.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Add comment