Search Issue Tracker
Active
Under Consideration for 2.4.X
Votes
0
Found in [Package]
2.4.X
Issue ID
ECSB-1080
Regression
No
Build fails with error CS0019: Operator '!=' cannot be applied to operands of type 'JobHandle' and 'default' when JobHandle uses the operator (==, !=) in a script
Reproduction steps:
1. Open the attached project “ReproProject”
2. Build the project
3. Observe the Console Window
Expected result: The build is completed successfully
Actual result: Build failed with the error CS0019: Operator '!=' cannot be applied to operands of type 'JobHandle' and 'default'
Reproducible with: 2021.3.37f1, 2022.3.26f1, 2023.2.19f1, 6000.0.0b16
Reproduced on: Windows 11 23H2 (22631.3007), Windows 11 (10.0.22631) 64bit (user’s)
Not reproduced on: No other environment tested
Workarounds:
* Use the Equals() instead
* define the function inside {{#if ENABLE_UNITY_COLLECTIONS_CHECKS}} <function> {{#endif}}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Add comment