Fix male and female animations
This commit is contained in:
@@ -25,7 +25,7 @@ public abstract class BaseCharacter : MonoBehaviour
|
||||
_animator = GetComponentInChildren<Animator>();
|
||||
_characterDescriptor = GetComponentInChildren<CharacterDescriptor>();
|
||||
_characterSex = _characterDescriptor.Sex;
|
||||
SetPlayerAnimation(AnimationStates.Idle);
|
||||
SetPlayerAnimation(AnimationStates.Walking);
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
||||
Reference in New Issue
Block a user