|
Greetings! So I animated this cilinder as an experiment for a future project. One animation where it bends forward,one for backwards, left and right. I want the animations to play depending on the mouse axis,For wich I was using Input.GetAxis("Mouse Y")>0.5f and so on. So far so good. But I don't want the full animation to play the second my mouse goes in one direction,It should only play partly depending how far I move my mouse, I think this would be achieved with animation.time (or whatever it was), but I'm not sure how to handle it. And Finally, all 4 of those animations need to blend together,so that if I move the mouse horizontal and vertical at the same time, the animation blends together nicely. I've read up on blend modes, but combined with the mouse control it just doesn't seem to be as easy thing to do. Any tips are appreciated!(c# answers prefered)
(comments are locked)
|
