Skip to content

Commit

Permalink
feat(nested_network_objects): Added nested NetworkObject support
Browse files Browse the repository at this point in the history
Introduces the concept of Dependent NetworkObjects. Dependent NetworkObjects cannot outlive the
NetworkObject they are dependent on. When spawning a prefab with nested NetworkObjects, all nested
NetworkObjects are dependent on the root NetworkObject. This means that nested NetworkObjects can
always be spawned/synchronized by spawning the root NetworkObject (and despawning any
NetworkObjects that are no longer spawned).

Resolves Unity-Technologies#2637
  • Loading branch information
Clicky02 committed Jul 27, 2023
1 parent fae403a commit 373fab0
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 49 deletions.
Loading

0 comments on commit 373fab0

Please sign in to comment.