Skip to content

NetworkObjectReference should be nullable #1693

Description

@daalen

Suggested Changes
Currently NetworkObjectReferences are not allowed to be null, which limits their usability in custom structs. I have some clunky workarounds in place now to deal with cases in which NetworkObjectReference would be set to null, such as setting a bool and then putting a reference to a random NetworkObjectReference instead of null in there, but it would be way more convenient if NetworkObjectReference could be set to null directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:feedbackIssue contains feedback and not specific bug or feature requests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions