Hi, I have an animation with walking person in unity. It’s animated, but doesn’t actually move.
the assets that I use are low poly animated people.
Thanks in advance
Hi, I have an animation with walking person in unity. It’s animated, but doesn’t actually move.
the assets that I use are low poly animated people.
Thanks in advance
The easiest way would be to set the model’s animation to rootmotion.
You could also use any number of 3rd person controllers available and put your walking animation into the animator controller. This would allow you more flexibility for movement. You can then turn off the camera on the controller and put camera(s) in your scene to record movement.
Unity recorder in the package manager is good and free utility for video screen capture in Unity.