#Help syncing Data
1 messages · Page 1 of 1 (latest)
Here's a snippet of the code
another question since we're here, i know that if the previous problem got fixed, the joined client will sync its data for itself but won't sync data for other clients that have joined before it, how to fix that issue?
have you checked out the quick start guide?
Written by JesusLuvsYooh / StephenAllenGames.co.uk, edited by James Frowen
thing i got the same
maybe you will find solution in my topic about attacking Tree
Yes i did but looks like I can’t fully understand everything, I’ll do that again
I’ll check it out thank you
i got the data syncing by following the start guide, but i can't get this bool to sync, any idea why?
i renamed PlayerState -> CmdPlayerState and still not working
for anyone wondering why the data wasn't syncing, i just had to move the check out of the method and just sent the value to the command method and now it works