Skip to content

Commit 373fab0

Browse files
committed
feat(nested_network_objects): Added nested NetworkObject support
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
1 parent fae403a commit 373fab0

File tree

4 files changed

+261
-49
lines changed

4 files changed

+261
-49
lines changed

0 commit comments

Comments
 (0)