Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 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
2
Question by Rond · Sep 02, 2013 at 04:48 AM · meshcharacterdefaultpose

How can I set a default pose for my character?

I want my character to stay on T-Pose on the scene, by default they assume the last pose keyed on my modelling application when I grabbed them from the project window to the scene. I know that the UT use different files for different clips but I'm putting everything together because I don't like to work that way. No workarounds - there are any way to do this? ... A default character pose option?

Comment
Add comment · Show 7
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 Baldolin · Oct 10, 2013 at 11:27 PM 0
Share

I've been having this exact same problem on some of my characters, most of them I have the animations split before importing but for a few I need to have the animations all in one long take and split them in unity or they freak out with mechanim. I'd just like to be able to see the characters in T-pose during scene view. It'd make life much easier.

avatar image Hyperion · Oct 11, 2013 at 01:27 AM 0
Share

For me, my character is always in his t-pose. I believe it is the pose that I exported him in (the pose that isn't an animation) from Blender.

avatar image Baldolin · Oct 11, 2013 at 03:41 PM 0
Share

Hyperion, are you setting the t-pose character as the avatar in mechanim? Thanks for the quick reply!

avatar image Hyperion · Oct 11, 2013 at 04:35 PM 0
Share

The buttons I press are: Configure-->Enforce T-Pose--> Done.

avatar image Baldolin · Oct 11, 2013 at 05:37 PM 0
Share

I'm not sure if I'm explaining the issue well enough, it's the same thing that Rodolfo was having issues with. The pose the character assumes in the scene view is the last keyframe. $$anonymous$$ine happens to be the characters death. So in the scene view he's always slumped on the ground.

I guess I could set the last key to be the t-pose and just cut it out within mechanim. Though that seems really dirty. I was wondering if there was a cleaner way to do it.

Show more comments

7 Replies

· Add your reply
  • Sort: 
avatar image
16

Answer by roroco · Apr 28, 2018 at 12:56 PM

enter play mode

perform expected pose

pause play mode

copy character object in hierarchy

exit play mode

in hierarchy, delete old character object

paste copied character object in hierarchy, it will work

attention: ctrl+z and undo delete if you regret

Comment
Add comment · Show 1 · 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 Headrush95 · Jul 09, 2020 at 06:17 PM 0
Share

saved my butt dude

avatar image
2

Answer by Tekksin · Aug 22, 2018 at 10:06 PM

create an animation file with your t-pose / default position you want the character in, and then name it so that it is alphabetically FIRST in your list of animations. Then, if the model doesn't get positioned to your liking immediately, re-drag in its prefab into the scene , and it should be posed as the first alphabetized animation you have on the fbx.

Comment
Add comment · Show 1 · 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 nipunasudha · Jul 22, 2021 at 02:00 AM 0
Share

I love this solution. Solved my having no default pose problem in a few seconds

avatar image
1

Answer by CoolKid808 · Nov 08, 2013 at 09:54 PM

I was having a similiar problem, i needed my character in a t pose when dragged onto the scene, I changed his Animation type from Humanoid to None under the Rig tab in the model import settings. dont know if this helps

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
1

Answer by DragonBorn007 · Apr 27, 2016 at 06:20 PM

If you want the character to have the pose seen in the scene view, then while you're in there, drag the character from the scene and into a folder to transform it into a prefab. Now when you drag the prefab into the scene, the character should have the desired pose.

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 Hyperion · Sep 02, 2013 at 05:18 AM

The method I know uses a state machine. First, animate a default pose (needs at least 1 keyframe). Next, import into Unity. After that, add an Animator Controller to your character. Open that AC (animatorcontroller/state machine) and drag your pose 'animation' in there (it should appear like an orange block. If it's not orange, then it's not default). You might want to configure an avatar for Mecanim while at it, but you don't have to.

Once you've followed those steps, every time you play, the character will start with your 'default pose'. Feel free to ask questions.

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 Rodolfo-Rubens · Sep 02, 2013 at 05:21 AM 1
Share

Actually, I want a default pose for when the game is not playing, ins$$anonymous$$d, that static pose that the character assumes on the scene view.

avatar image Hyperion · Sep 02, 2013 at 05:27 AM 0
Share

Hmm... That's quite interesting, because my character always assumes his tpose in scene view no matter what animations were playing. Are you using $$anonymous$$ecanim or are you manipulating animations through code? Because that might be the difference.

  • 1
  • 2
  • ›

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

28 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 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

Character Animation Pose Mesh,Animated Pose Mesh 0 Answers

swapping meshes 1 Answer

How do I keep separate meshes for a character when I import it into Unity? 1 Answer

Why is my animated with Mecanim character (enemy) not visible in game (play) mode? 1 Answer

Set Quaternion Interpolation as default when creating animations? 0 Answers


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