- Home /
Photon Multiplayer Animations
Hi everyone,
I'm currently working on a online FPS game. I have the basic multiplayer aspects working (players moving, spawning items), however I'm having trouble getting characters to animate.
I've setup a animation of the player prefab crouching, and it seems to work. But when I have another player in-game, and crouch they both crouch.
Any help on how I can make it so only the player crouching, crouches... and other players can see them crouch would be awesome :)
Thanks in advance.
Answer by stomp1991 · Dec 11, 2012 at 06:16 PM
Sorry to be a pain guys, But I really need some help on this.
Thanks
Answer by felixfors · Feb 08, 2014 at 05:43 PM
Hey there, Im litle too late but maby there is someone else out there who are wondering the same. All scripts that controls your character like the crouch script, movement script and mouse look needs to be turned off at the start, and then activate the scripts by a seperated script when the player gets spawned into the world.
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Can you make an online FPS fully with Java? 2 Answers
What's the best multiplayer option 0 Answers
How to make my fps have mulitplayer? 0 Answers
multiplayer help?!!??! 1 Answer