''Settings...'' button

Hello everyone, i’m new to Unity (and this forum) and i have a little question. I was watching a tutorial and it said that i had to click on the ‘‘Settings…’’ button in the top of the project panel.
Like this:

But my problem is that i don’t have this button. :frowning:

Also in the tutorial about making a first person shooter from the Unity Rescources, it asks to click on the settings button.
I’m using the Windows version by the way.

Greetings, Jopper

The first person tutorial is for an old version of Unity. The settings button doesn’t exist in Unity 2.5 because the functionality has been integrated into the inspector.

–Eric

But where or how can i check the box: ‘‘Meshes have colliders’’?
If i import a 3DS Max model, i can walk through it, so i think i have to check that box so it have a collision.

Grtz

You can just add that from the Component->Physics menu. If you want to add it at import, like I said, the settings button functionality has been integrated into the inspector.

–Eric

I see, it works fine now.
Thank you very much Eric! :smile: