Help with Dexsoft's Viking Animation.

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

When you see this you know the animation keys they gave you are wrong for Unity. So I had to painfully figure it out by hand…sucked like two nights of my dev time. Anyway here is what I have:

282587--10158--$image3_112.jpg

Hey Kranky,

OMG Thank you! I just got it to work! Thank you SO MUCH!!!
That must have been a Herculean task to work through the numerical values for the animations! I was so sure I was doing something wrong with my scripting or setting up the model with FBX importer! I’ve been stuck for 1 week, maybe 2! I know that doesn’t say much for my problem solving skills.

Once again Thank you so much!
YOU ROCK!!!
Jim Cullen

Hey no worries, I would hate for some other poor sucker to spend all that time, going key by key for each animation.

Enjoy!