Hello there!
I am in the process of updating our projects packages to 0.4.0.
So far most of the things went over smoothly but I am having trouble with one of my components called PlayerState.
This component is client authorative (the player can change a playerState Enum by pressing a button to tell the game he is ready to drive the gamestate).
Now since I have updated the packages following the upgrade guide for some reason changes made to this component get applied on the client, on the server however the component never recieves any updates anymore even tho the client component is changing.
I am currently at a loss as to why this is happening since there are no error messages at all.
I’d greatly appreciate any help!