Whenever I make a character, they only show as the idle animation, never walking, jumping, or even looking left
Whenever I make a character, they only show as the idle animation, never walking, jumping, or even looking left
could you provide a little more information on what you're doing, and how you're doing it? Are your characters walking with arrow keys? what movements are you using?
I'm using the platform movement object, when a player moves they just are in the idle animation (imagine a t pose in a 3d game) for the entirety of the game, on their screen they are animated but to others they are unanimated
You have to send what animations to use to the other client manually. There is no integration between Lacewing and the Platform Movement Object.
Working as fast as I can on Fusion 3
So how do I send the animations to the other client?
The same way you send object positions but instead of X and Y coordinates you send the animation number and animation direction(possibly animation frame too).
Alternatively you could have the client attempt to predict the animations based on the movements of the opponent's object but it might be trickier than just simply sending the numbers.