So In the editor I am having no issues but when I build my game the player animation don’t work right. they will work fine when moving up and down but when I move left and right the animations wont trigger. I also have an issue with the sprites flipping. The head of the player is separate from the body. the body flips but the body wont. Once again it works fine in the editor but on build it has issues.
I found the issue. so for some reason the GameObject.Find that I had set up wasn’t working on build so I just manually assigned them and it works fine now.