Unity 3D Example (Character Animation) not working properly

Hi Guys

I know this may sound strange but im getting this problem again again im not able to figure out what is the cause of it.

I have down loaded the a available Unity 3D Example (Character Animation) added changed its keyboard functionality to iPhone’s accelerometer, so that the character moves with the help of the same.

NOTE: Im using the “soldier blend advanced” scene is “walkrunidleblend”.

ok now the problem is the scene runs fine when i built it for the first time, But when i create a package of the entire “Project” depackage it on another machine the character’s animations do not play! the character moves in the available space but with no animation.

any help on the same will be great.

thanx :slight_smile:

Have you inspected the package to be sure all relevant assets are there? You say that you switched controls over to use the iPhone’s accelerometer, are you opening the package inside of regular Unity such that you’re missing important input code causing breakage?

Nothing jumps out as a clear reason so I can only ask questions… :stuck_out_tongue: :slight_smile:

Hi

sorry for such a late replay :sweat_smile:

ya i checked it again n there is nothing that is left out also im creating the package in normal unity3d opening/importing the package in unity iphone so has it got to do anything with that ?

thanx

The imput manager setting are not exported with a package. You should need to redo your changes there at the new proyect too.

Hi

if iam not mistaking the input manager setting are the import setting correct?

also when i export the package re-import it in a new project the characters FBX files are in place still it does not work.

One more thing im scaling the entire contents of my project scaling the character from the import setting option : Mesh Scale Factor

has this to anything with this?

thanx

No, the imput manager settings are where you first changed the keyboard functionality to Iphone’s accelerometer. The changes there are not exported with a package.

no they are getting exported fine as that i have changed through script, but only the animations of the character doesn’t work that is it has all the fbx files stored but the character after clicking on the “Play” button the character moves in the “T” shape/position only.