Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by berting01 · Jan 19, 2012 at 11:35 AM · animationimportblender

split animations problems

heres the problem, After I exported my blender object whit to animaations namely RUN.CHAR1 and IDLE.CHAR1 to fbx, it seems like unity doesnt recognize it. I tried to manually set the split animations and named it like the names of the animation in blender.

In some instance, only one animation is playing and the other one is cannot be find by unity. here is my code var speed : float = 0.00000000000000000001;

var rotationSpeed : float = 100.0;

function Update() {

var forward =Input.GetKey("up");

var translation : float = Input.GetAxis ("Vertical") *1.87;

 var rotation : float = Input.GetAxis ("Horizontal") * rotationSpeed;

  

 translation *= Time.deltaTime;

 rotation *= Time.deltaTime;

 

 if (forward){

      transform.Translate (0, 0, translation);

     animation.Play("RUN.CHAR1");

     

         transform.Rotate (0, rotation, 0);
 }     

}

that code work properly but putting all the animation in unity is my problem.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

2 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by Owen-Reynolds · Jan 19, 2012 at 03:50 PM

So, the problem is that animation.Play("walk"); says that walk doesn't exist, even though you can see it under Split? Check the actual gameObject, in Heirachy. Open up the animations|> popDown and check the Elements. Chances are some are missing. Increase size, click and add them.

The problem is, when you split in the Assets(Project) area for the model, you are merely creating every possible animation. Each gameObject created from it has a separate list. If you split first then drag it in, Unity adds all animation to the gameObject. If you split more later, Unity won't add them to old gameObjects.

That seems odd -- why not let everyone see the whole list? But, models are allowed to mix and match animations from entirely different sets of bones or even things you create in the Animation window, so Unity has to give you the ability to choose for each gameObject.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Saitodepaula · Sep 13, 2012 at 07:53 PM

Maybe this answer solves the problem here.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

6 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Deformation in Character Animation that is not intended. 1 Answer

animation blender to unity problem 0 Answers

FBX import from blender rotation slightly off 2 Answers

Blender Scaling Import Problem. 1 Answer

blender unity import mesh problem 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges