Netcode for Entities 1.14.0 is now live! 
We remain committed to supporting Netcode for Entities on older Editor versions until the end of their official support lifecycle. As a reminder we became a built-in editor package from 6000.5 editor. If you are using Unity 6000.5 or newer, you can access the package directly from the Editor.
In that version we backported some bug fixes and QOL improvements
Added
- Support for overiding
GhostComponentVariationdefaults through baking code. Add theGhostVariantBakedOverridedynamic buffer, then use theAppend...extension methods to set a new default variant for that prefab. Note: TheIBaker.AppendToBuffermethod does not support adding to the same buffer from two different bakers.
Changed
- Changed:
GhostAuthoringInspectionComponentinstance methods are nowpublic, allowing override entries to be authored programmatically.
Fixed
- If two GhostGroup entities happened to contain children that shared the same ArchetypeChunk - and both group root entities were sent in the same snapshot, the snapshot data of the first child would be clobbered by the snapshot data of each successive child, leading to unrecoverable snapshot read errors.
- Adding GhostFields to IInputComponentData in a nested class no longer causes a compilation error.
- A
PrefabTypeoverride set viaGhostAuthoringInspectionComponentwas not surfacing in the baked-prefab
As always, we’d love to hear your feedback and questions —> drop them below! ![]()
Happy Netcoding!