The question is answered, right answer was accepted
Collition Coding not working
Hello I tryed making an animation change then it hits the ground to go back to idle, in the animator the arrows pointing at idle animation state should be 0 so it goes back to idle, but it doesn't do that and all my grounds and boxes are taged "Ground" (the part of scripting where it doesn't work is at the bottom) maybe i did some mistakes somewhere els. It is scripted in c# but i had to transfare it to txt so i can upload it.link text
Answer by JimNero009 · Jun 22, 2016 at 02:25 PM
Try adding a debug line to your collision function, something like; Debug.Log(other.gameObject.tag) This way, you can at least see if this function is being called, which would be a good start.
Follow this Question
Related Questions
2d character controller tutorial stuck while walking 0 Answers
2D Animation disables Player Controller Script 1 Answer
2D sprite animation completes before animation 0 Answers
Animation location problem! 0 Answers
I want to make a weapon follow the player after i instatiate the weaponinto the game. 1 Answer