Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

132
Visualizações
Blend-Tree animations goes the opposite way

I'm trying to create a simple Blend-tree Animation that the player will be able to Run + Strafe + Walk Backwards. Now when I press play and walk straight all seem to be good (other than animation speed but that all right) but when I'm trying to go 180* it's doing his animation but still trying to go to the straightway as before.

Here is my code

public class AnimatorController : MonoBehaviour
{
    Player player;
    Animator anim;
    public float speed;
    // Start is called before the first frame update
    void Start()
    {
        player = GetComponent<Player>();
        anim = GetComponent<Animator>();
    }

    // Update is called once per frame
    void Update()
    {
        var x = player.moveVector.x;
        var y = player.moveVector.y;


        ChenRedo(x, y);
    }

    private void ChenRedo(float x,float y)
    {
        anim.SetFloat("VelX", x);
        anim.SetFloat("VelY", y);

        player.transform.position += (Vector3.forward * speed) * y * Time.deltaTime;
        player.transform.position += (Vector3.right * speed )* x * Time.deltaTime;

    }

Unity Blend Tree:

over 4 years ago · Santiago Trujillo
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda