Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2020.2.X
Votes
0
Found in
Issue ID
1300409
Regression
No
On PC Vulkan AND OSX Metal, isnan(...) always returns false
This issue has no description.
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
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
Resolution Note (fix version 2021.2):
HLSLcc was missing handling for isnan() as DXBC does not have separate op for it. Instead it uses comparison ops having special behavior on NaNs. Fix is incoming.