Reproduction steps:
1. Open the attached “IN-111403” project
2. Observe the Console window
Expected result: No errors are thrown
Actual result: Errors regarding “GhostElement” are thrown
Reproducible with: 1.5.0, 1.8.0 (6000.0.57f1, 6000.2.3f1, 6000.3.0b1)
Not reproducible with: 1.5.0-exp.101 (6000.0.57f1, 6000.2.3f1, 6000.3.0b1)
Reproducible on: Windows 11, Windows 10
Not reproducible on: No other environments tested
Notes:
- Too many errors to display them in description, therefore they are in the comments.
- Errors come from the “Temp\NetCodeGenerated\Assembly-CSharp_xxx_Unity_Entities_Entity_GhostElement.cs” generated file.
- After removing “[GhostField]” attribute above “FixedList512Bytes<Entity>” type variable in the “LandManagerAuthoring.cs” Script, the errors are no longer thrown.