x


Change Gravity? Physics scaling for large objects to behave like normal ones...

It looks like a 100mx100mx100m object seems to fall in "slow motion" at that scale with the default gravity (scaled)... Despite its size, I'd like the ball to behave like a normal ball . What's the optimal way to change gravity in Unity?

more ▼

asked May 07 '12 at 03:20 PM

ina gravatar image

ina
3.3k 492 549 597

I think you can use the drag setting on the rigidbody to tune this.

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

A low Drag value makes an object seem heavy. A high one makes it seem light. Typical values for Drag are between .001 (solid block of metal) and 10 (feather).

May 07 '12 at 05:50 PM sumiguchi

Also rigidbodies have mass that will make it heavier. But you also have access to the amount of gravity from Edit -> Project Settings -> Physics

May 07 '12 at 06:04 PM Adamcbrz
(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

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

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1865
x1786
x459
x386

asked: May 07 '12 at 03:20 PM

Seen: 1179 times

Last Updated: May 07 '12 at 06:04 PM