Hey everyone,
I just purchased Dexsoft’s Viking package. I love it so far, I just have a problem. I have been able to import the package into unity, and I have been able to watch the Viking model process through all the animations in my project. The problem is, I haven’t been able to select the animation loop like “Walk_Relaxed”.
I have gone through the fbx importer animation table and defined the animation ranges. (see attachment)
I know someone else purchased this pack. I think I saw it on Cranky’s website. Can someone walk me through selecting a specific animation?
I did create a quick script that I hoped would be forced to put the model in walk mode.
function Update ()
{
animation.Play(“walk_relaxed”);
}
The strange thing is the viking goes into “stand_axe” Which I specifically excluded!
I am attaching a screen-shot shot from my unity project.
Any help would be greatly appreciated!
Thanks,
Jim Cullen