I’m stumped. I can’t my character to play the crouch animations from the Animation Starter Pack. I can see the crouch mode being entered on the Locomotion script and it shows up on the preview window. But nothing happens in the game itself. I have crouch enabled on my character AFAIK. Is there some other item that needs to be set to enable the crouch animations?
Press Z to crouch. If this doesn’t work check the following:
Make sure you have set under Settings>World Settings>Game Mode Over ride>AnimStarterGame selected. In the AnimStarterGame Blueprint, make sure to have ASP_Character selected. Under Edit>Project Settings>Input>ActionMappings = Crouch set to “Z”
I have a crouch action mapping set up. The problem seems to be with replication. I changed the local player to 3rd person view and I can see him crouch as expected. However, a second client watching him sees nothing happen.
The ‘Crouching’ and ‘Jumping’ variables have been set to replicate. But something else is missing.
Hi ,
Please make sure that you have your character set to “replicates” and “replicates movement”.