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
4
Question by Elysian.Zhen · Jan 25, 2012 at 11:44 AM · animationperformanceassetfbx

How does the @ animation convention work?

You know how when you need to import multiple animations, you have a choice to use the @ convention and name your each of your animation files: @walk, @run etc... And have a master file that is capable of having each of the animations applied to.

My question is, does using this way significantly increase the output build size, in contrast to using the split method within the .FBX importer?

Because using the @ convention, you end up having to import the same model more than once (for different animations), which I'm wondering would the build size be larger than using the split method (using one model with all animations in one single track, then split using the known offsets).

Comment
Add comment · Show 2
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 eyal · Jan 25, 2012 at 11:58 AM 1
Share

Interesting question. You can build your game with the 2 method and say if it increase your file size

avatar image Elysian.Zhen · Jan 26, 2012 at 12:55 AM 0
Share

Did I say something silly? :3

1 Reply

· Add your reply
  • Sort: 
avatar image
3
Best Answer

Answer by luizgpa · Jan 27, 2012 at 02:41 PM

As far as I know it does not increase the build size. Unity stores separately, in it's own internal formats, meshes, animation clips, materials, etc and it packs only the assets that are used in the scenes included in the build (and the Resources folder assets).

I didn't measure but the size should be the same if you are using one fbx with all the animations or multiple fbx using the @ convention.

One point final point is that when you split the animations in multiple files you could fine tune the animation compression settings by clip instead of by all the animation.

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 Bunny83 · Jan 27, 2012 at 03:20 PM 1
Share

Absolutely correct! Unity always includes only the used assets. when you import a model a lot of different assets are imported. The $$anonymous$$esh data, the bone structure and the animation. When using the @-convention Unity just links the animation asset from all the imported models to the main model. As long as you don't use the other assets from the @-models (don't instantiate them or reference them from a script) everything is fine.

When you create a build you can open the editor-log-file (at the top right of the console window) and you'll find a complete statistic what assets has been included and what's their size.
It's a very useful tool to find some dead-linked assets which you sctually don't use.

avatar image Elysian.Zhen · Jan 28, 2012 at 12:34 AM 0
Share

Thanks for clearing it up! :D

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

7 People are following this question.

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

Related Questions

Adding animation clips via script 2 Answers

Two same fbx files works different 1 Answer

Removing scale curves from animation 1 Answer

Can't add components to imported FBX 1 Answer

Why is a rigged .fbx character not showing up in the import 'Animations' tab? 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