com.unity.netcode.gameobjects icon indicating copy to clipboard operation
com.unity.netcode.gameobjects copied to clipboard

Network config never the same with parallel sync

Open Imitater967 opened this issue 10 months ago • 3 comments

Description

Player: gameobject

  • child
    • model: gameobject
      • some network behaviour I made both player and model a prefab. everything works fine if the some network behaviour is inside player prefab, if it's in model prefab, it keep asking me whether adding network object to it, and the network config never the same. (Fail to connect)

Imitater967 avatar Apr 12 '24 10:04 Imitater967

Hi @Imitater967, I hope this message finds you well. In order to better understand the nature of this issue, we kindly request your assistance in providing more detailed information when submitting bug tickets.

Please consider including the following information: Steps to reproduce, expected behavior, actual behavior and the com.unity.netcode.gameobjects version.

Thank you

fluong6 avatar Apr 16 '24 14:04 fluong6

1.8

  1. use parallel sync create a another project
  2. create a gameobject prefab with network gameobject
  3. add a child gameobject make it prefab
  4. add a network gameobject || network behaviour to the prefab
  5. the network config never the same, fail to connect

Imitater967 avatar Apr 18 '24 10:04 Imitater967

@Imitater967 IIRC, few users encountered some issues when using parallel sync with the default network prefab list. Can you try using a custom network prefab list to see if it solves this issue?

fluong6 avatar May 06 '24 15:05 fluong6