Search Unity

Question SetTrigger Animation With Unity Netcode

Discussion in 'Animation' started by VincentSk, Jan 30, 2023.

  1. VincentSk

    VincentSk

    Joined:
    Feb 14, 2018
    Posts:
    11
    Hi everyone,
    After work with Netcode I realize set trigger can't sync when I call sett trigger on server. So I found in Netcode document this:
    upload_2023-1-30_22-31-37.png
    Can anyone explain me "these are only synchronized with already connected client"? In my understand if client connected it will sync but when I connected Host and Client it still not sync.
    Thank you.