no character controller??

hey everybody im doomguy(Gzdoomer) im new and i know little bit how to start a game with unity but
i have a problem with the character there is no character controller on unity (im using unity 5)is there any problem
with my installation or do i should use unity 4 instead

PLEASE REPLY I CANNOT TAKE THIS BUUSHIT MISSING ALL MY LIFE

Welcome to the forum!

The Character Controller is still there. Just create an empty game object and add a Character Controller to it. Though, I assume you are looking for the Standard Assets. You can simply import them if you have chosen to install them along with Unity or download them from the Asset Store.

but i have standard assets in my unity i downloaded it in assets store but still i dont see any game controller shows up even if i create a capsule it wont show game controller component in the right side

The capsule is just a collider that can be used for collision detection. A character controller is different to that. Most of the samples are using character controllers if I remember correctly. So the easiest way is likely to have a look at the samples you get with with the Standard Assets.

i have standard assets man but THERE IS NO character controller on that asset or if u can give me ur asset if u want or no cause for me i dont have it…

for example:Assets—>Import package–>no package except custom package…

That means you didn’t install the standard assets. However, you can still download them from here:

Or reinstall Unity and make sure to select the Standard Assets as well.

oh i guess i see that i dont well thanks for helping me :slight_smile: I WIL R8 U 8/8 M8 IS DAT GR8?

thx for the tip I really needed it

how do i even make a character controller ive watched vids but none of the code works

I don’t have a character controller what can I do???

It’s worth noting that this thead was spun up at a time where character controllers were still available (https://assetstore.unity.com/packages/essentials/asset-packs/standard-assets-for-unity-2018-4-32351)

It’s no longer supported and used as it only supports up to 2018.4 so we’d suggest looking at alternatives.