Search Issue Tracker
Active
Votes
2
Found in
6000.4.0a1
Issue ID
UUM-125001
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
- Nested Canvases' CanvasGroup.blocksRaycasts parameter ignores inheritance from parent Canvases' CanvasGroup when Override Sorting is enabled
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
Add comment