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
2
Question by Henri 1 · Mar 28, 2011 at 09:48 PM · scalesizeunits

Standard Sizes for player

Hi everybody!

Just wanted to know, in general, what would the standard size for player be?

My character controller is 6 high and 0.96 in radius. The tiling I use with the standard Unity grass textures is 3x3.

Too big, too small, or doesn't it matter?

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

3 Replies

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

Answer by Justin Warner · Mar 28, 2011 at 09:54 PM

http://unity3d.com/support/documentation/Components/class-Rigidbody.html

"Mass The weight of the object in kilograms. It is recommended to make masses not more or less than 100 times that of other Rigidbodies."

"Unity's default unit scale is 1 unit = 1 meter, so the scale of your imported mesh is maintained, and applied to physics calculations. For example, a crumbling skyscraper is going to fall apart very differently than a tower made of toy blocks, so objects of different sizes should be modeled to accurate scale."

"If you are modeling a human make sure he is around 2 meters tall in Unity. To check if your object has the right size compare it to the default cube. You can create a cube using GameObject->Create Other->Cube. The cube's height will be exactly 1 meter, so your human should be twice as tall."

Maybe help with the sizes...

Good luck!

Edit: Sorry, for the textures, I think that all depends on the resolution, quality, and everything... If you have a huge 4000+ pixel by 4000+ pixel texture, I'd think it could be used more... But I'm not 100 on this, makes sense to me though.

Comment
Add comment · Show 3 · 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 Henri 1 · Mar 29, 2011 at 08:20 AM 0
Share

Thanks dude! That means you can create one HUGE playable area in Unity :)

avatar image Henri 1 · Mar 29, 2011 at 08:21 AM 0
Share

I think the standard textures for unity is 512x512

avatar image Justin Warner · Mar 29, 2011 at 12:17 PM 0
Share

Close... But, the standard texture size is anything of a power of 2... Anything else wastes space... That's why RA$$anonymous$$ is always a power of 2 and stuff...

avatar image
2

Answer by efge · Mar 28, 2011 at 09:59 PM

All things are relative. :-)
The sizes of your scene and models are measured in game units. Unity default unit is one meter. But this could also be meters or feet or whatever. Also the weight of an object is only a number. All you have to care about is to find the right relation between size, texture resolution, mass, forces etc.. (A lot of fine tuning is required to get the right "feeling".)

So yes, in theory it doesn't matter.
But starting with "real world" values and the right scale makes life much easier.

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 Henri 1 · Mar 29, 2011 at 08:21 AM 0
Share

Thanks man! Luckily i got all the scales correct, so if my character walks, the ground underneath doesn't look to slow or to fast.

avatar image
1

Answer by Statement · Mar 28, 2011 at 10:01 PM

Too big, unless you're making a giant mech monster.

The units in Unity3D are meters. So your character should be somewhere between 1.6m to 2.2m tall and similarly you can get a proper radius. If you don't respect the units 1 unit = 1 meter, then you will have problems with physics and audio since they are based on this scale.

I am not sure about the asset store and such, but if I bought assets I'd be quite happy if they were standardized to this convention so I don't have to rescale bought art.

Comment
Add comment · Show 4 · 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 Eric5h5 · Mar 28, 2011 at 10:26 PM 3
Share

Physics isn't really based on 1 unit = 1 meter; that's because of the default gravity in the physics settings. Change that, and physics can use whatever scale you want, keeping in $$anonymous$$d the limits of floating point math of course. (In particular the physics engine doesn't like small scales; it's better to make a pinball game for example where the ball is 1 unit in size, and scale everything else to match.) Likewise, audio can be changed for any scale without difficulty. Units are whatever you say they are. 1 unit = 1 meter is fairly common, but not a rule.

avatar image Henri 1 · Mar 29, 2011 at 08:22 AM 0
Share

Will keep in $$anonymous$$d. Thanks!

avatar image Statement · Mar 29, 2011 at 10:21 AM 0
Share

If you start changing the unit scale you need to change the gravity. You'd probably need to start adjusting sleep velocities, penetration thresholds and other settings as well. Light attenuation in shaders have to be adjusted. Sound has to be adjusted. I'm not saying it's impossible but there's a lot of existing stuff that expect 1 unit = 1 meter :)

avatar image Statement · Mar 29, 2011 at 10:23 AM 0
Share

That is - unless you plan to be working in a big/small scale (like "attack of the giants" or "attack of the micromen" (imaginary titles)), then existing settings would make more sense.

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

No one has followed this question yet.

Related Questions

[Android] Screen Scaling?! 0 Answers

The default units in Unity are meters right ? 2 Answers

Prefab instantiated wrong scale on mobile 0 Answers

Can i Resize Terrain to build it up to Surround my main terrain? 0 Answers

How do you change size of an object by its units rather than scale? 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