How to reproduce:
1. Open the project “IN-111253_serialization-repro”
2. Observe the Console
Expected result: No Unity.Properties.SourceGenerator errors in Console
Actual result: Unity.Properties.SourceGenerator errors in Console
Reproducible with: 6000.0.0b12, 6000.0.55f1, 6000.2.0f1 (eed1c594c913), 6000.3.0a4
Not reproducible with: 6000.0.0b11 (a707ca4efec4)
Reproducible on: Windows 11, macOS 15.5 (M3)
Not reproducible on: No other environments tested
Notes:
- The error can be fixed by using exclusively the “partial” class modifier or removing the “?” nullable. This can be done in the TestScript.cs file
- Errors: