Skip to content

NetworkObject parenting per docs is not possible for a spawned player. #1523

Closed
@fernando-cortez

Description

@fernando-cortez

Is your feature request related to a problem? Please describe.
The doc here describes parenting with NetworkObjects.

However, a spawned player with a child NetworkObject cannot parent any scene/spawned NetworkObjects to it since that child's IsSpawned flag is never set to true.

Describe the solution you'd like
A spawned player's child NetworkObjects should be spawned by the networking library, meaning the IsSpawned flag would be set to true and presumably OnNetworkSpawn() would be invoked on that child NetworkObject. As a result of this limitation, this issue also exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority:highThis issue has high priority and we are focusing to resolve ittype:bugBug Report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions