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
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
- Asset Bundles non-deterministic behavior with CRCs and hash when a video has Transcoding enabled and Sprite Atlas has an override option enabled
- [Quality Hackweek] Errors "InvalidOperationException: EnsureRunningOnMainThread can only be called from the main thread" and "NullReferenceException" shown when switching build platforms with Muse Texture package installed
- "Importer(DefaultImporter) generated inconsistent result for asset" warnings are thrown when reimporting the "URP" texture
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.