- Home /
Helpppp - AnimationState.layer ??????
Sorry for my english I'm using the translator, I'm from Brazil. I have a project in android unity, but conssigo not continue because the script that I will use is (. layer) giving this error over and be all right and it seems to me that it was discontinued "animationstate.layer" someone please help me here this my script can see this is entirely correct ... # pragma strict
animation.Play ("idle1"); animation.Play ("run"); animation.Play ("jump"); animation.Play ("drop");
function Start () {
}
function Update () {
if (Controle.Start == true) { animation.Play ("idle1");
}
}
HELP ME
Vamo lá primeiro bem-vindo a Unity Answers. Segundo relaxe que existe brasileiros aqui ajudando as outras pessoas. em terceiro seu código ta meio dificil de entender você usou o botão para formatar para "Code Sample"? Se o seu código está atualmente assim, com certeza não irá funcionar.
o codigo esta correto sim dei uma pesquisa e parece que a AnimationStates.layer foi descontinuada, sera q tem alguma forma de arrumar isso poxa vida
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Make the first person controller transparent? 1 Answer
Vehicle Script Modifications 0 Answers
How to add colliders to Tron Like Trail 0 Answers
RayCast Shooting not working 0 Answers