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 /
This question was closed May 19, 2013 at 10:41 AM by fafase for the following reason:

The question is answered, right answer was accepted

avatar image
0
Question by Extreze · May 18, 2013 at 01:50 PM · animationmovementcharactercharactercontroller3ds max

Character controller + animation of different meshes making one character

Before this, I must tell you that I am fairly new to Unity

Okay so, here are my problems:

In 3ds Max, I've created a character. The character, as seen below, exist out of different, simple meshes. These meshes make the head + neck, the torse + shoulders, the left arm, the right arm, the crotch and each of the legs.

I have made over 15 different animations in 3ds Max. I made these with key frames and with each mesh alone. Making it in the end, when all the meshes are animated a nice, complete animation. All these different animations are exported to .fbx files and I've already imported those into Unity.

However, I am experiencing a lot of problems. And here's what I need serious help with.

  • Making a 3d person view in which this character moves around as the player controls it.

  • Having all the animations to play whenever the player controls the character to do so. (The walk animation to walk, the jump animation to jump, ...)

If anyone can help me with this, I sure would appreciate it a lot. Thank you!

alt text

zombieblocks.jpg (296.7 kB)
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

1 Reply

  • Sort: 
avatar image
0
Best Answer

Answer by fafase · May 18, 2013 at 01:56 PM

For your problem you need to add a Character Controller and start moving the model with it.

Download the asset for CC and change the mesh and material for yours.

For the animations, you need to call them with their name:

 animation.Play("AnimationName");
Comment
Add comment · Show 2 · 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 Extreze · May 18, 2013 at 07:03 PM 0
Share

Could you give me more detailed information about where I need to write the animation.play ...

New script? Where in the script?

Thanks!

avatar image fafase · May 19, 2013 at 07:23 AM 0
Share

It comes where you need it. For instance:

 float move = Input.GetAxis("Vertical");
 if(move != 0){
    animation.Play("Walk");
 }

In this case, if you press up or down arrow, you play the walk animation. You would also have all kind of movement functions.

Follow this Question

Answers Answers and Comments

14 People are following this question.

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

Related Questions

Adding a Controller, and setting up animations on a Prefab? 1 Answer

Root motion / How to bake into pose Root Transform Position (x) 0 Answers

Character controller wont move 1 Answer

Animating character around terrain on preprogrammed route without players control 0 Answers

Tweaking character movement 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