Units in Unity

Hi,

I know that Unity is by default in meters which is great, but is there anyway to change it to feet?

I can’t just pretend it’s feet because I need realistic physics for this specific project and changing it to feet would muck up other things.

Thanks,
Stuart

//Edit:

Also, Is there a way to change to a custom aspect ratio?

The only thing that makes Unity’s units metres is the default gravity setting of 9.8. You can change it in Project>Settings>Physics (I think, don’t have it in front of me right now).

So setting it to 32.2 change the engine to feet?

Cool!