-
Notifications
You must be signed in to change notification settings - Fork 465
Closed
Labels
priority:lowThis issue has low priority and will take some time to be resolvedThis issue has low priority and will take some time to be resolvedstat:importedStatus - Issue is tracked internally at UnityStatus - Issue is tracked internally at Unitytype:bugBug ReportBug Report
Description
Description
Any subclass of NetworkTransform cannot have custom public or [SerializeField] fields appearing in the Inspector automatically because its NetworkTransformEditor does not show fields in subclasses.
Reproduce Steps
- Make a subclass of NetworkTransform
- Add a public field to it
- Check Inspector, field doesn't show up
Expected Outcome
I would expect the NetworkTransformEditor to display any subclass fields at the bottom of the Inspector automatically.
While it is possible to subclass NetworkTransformEditor and render only the fields one has added, it is unexpected friction having to do so.
Environment
- OS: Windows 10
- Unity Version: 2021.3.11
- Netcode Version: 1.1.0
Metadata
Metadata
Assignees
Labels
priority:lowThis issue has low priority and will take some time to be resolvedThis issue has low priority and will take some time to be resolvedstat:importedStatus - Issue is tracked internally at UnityStatus - Issue is tracked internally at Unitytype:bugBug ReportBug Report