Unity 6000.2 has reached its end of life and will not receive further updates. If you need additional fixes, please upgrade to a newer Unity version.
Reproduction steps:
1. Open the attached “IN-120943” project
2. Observe the Console window
Expected result: Property bags are generated successfully without any compilation errors
Actual result: Compilation fails due to incorrect type being generated for the nullable generic property. Error: Cannot implicitly convert type 'bool?' to 'bool'. An explicit conversion exists (are you missing a cast?)