Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2021.3.24f1
2022.2.17f1
2023.1.0b14
2023.2.0a15
Issue ID
UUM-35050
Regression
No
[VFX Graph] Floating point division by zero at kernel warning is thrown upon node connection
How to reproduce:
1. Import the attached 'Warning' VFX
2. Connect float to Speed Range port of Scale over Speed block in Update Context
Actual result: Shader warning in '[Warning] [System] Update Particle': floating point division by zero at kernel CSMain at Warning.vfx(191) (on metal) is thrown to the console
Note: Resproduced on macOS, Windows
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Although we can potentially detect static divide by zero errors and display a warning in the graph (or an error and make compilation fail). Dividing by zero in graph means it's ill formed so we don't want to fix it, it's on the user's to fix their graph
Resolution Note (2023.2.X):
Although we can potentially detect static divide by zero errors and display a warning in the graph (or an error and make compilation fail). Dividing by zero in graph means it's ill formed so we don't want to fix it, it's on the user's to fix their graph