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 /
  • Help Room /
avatar image
0
Question by darthvader9714 · Jul 03, 2012 at 08:41 PM · controllerpersonfirst

I can't find the first person controller.

Hi there! A few hours ago i installed the free version of unity from your page.I watched some videos on youtube just to learn a few things about it.I found that to be able to walk and interact with the map that you created you must have a folder named 'First person controller'.The problem is that i don't have this folder.I can't find it! I searched and nothing happended! Please help without the first person controller i can't do anything with unity.

Comment
Add comment · Show 2
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 Dragonxalli · May 27, 2016 at 08:09 PM 0
Share

im trying to follow the 'Roll-a-ball" tutorial and have followed it point for point until now. the ball player does not respond to any kind of movement from the arrows, ASWD or any other key Assets>Import Package>Characters i imported the whole folder seeing the package details listing "first person character" folder as well as files titled scripts and a bunch of other related titles, thinking that the controller files would be in that. after loading said files, i still was not able to contoll my player with the arrow keys or the ASWD keys. after applying a ridgidbody on the inspector, I applied the "FirstPersonController" script to the player (should i have used the first person ridgidbody controller combo script and not the module in the inspector?). after said is applied, i press play; my player is moved over .71 units, my mouse moves the camera around its axis and i am still not able to move the player. I changed the run& walk speed and i was able to move the player with the ASWD and arrow keys only one space before it brings a message at the bottom of the program "!IndexOutofRangeException: Array index is out of range" removing both the rigidbody and the controller script, I apply the rigidbodycontroller script to the object. i try to press play and i get another error about the the camera. I changed that to the main camera, pressed play, and had full movement of my player

now however, i will not be able to finish my tutorial about the moving ball because the scripts are so different. so now my issue lies with the fact that the tutorial was completely useless.....

i am also not asked about importing anything when i start a new project (running windows 10 with 5.3 unity)

avatar image HolBol Dragonxalli · May 28, 2016 at 01:21 AM 0
Share

Not only is this not related to the question, you posted it as an answer to the question. Please refrain from doing so in the future.

3 Replies

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

Answer by AlucardJay · Jul 04, 2012 at 09:08 AM

I'm not sure what you mean by 'how to create a character', follow these steps :

  • Create a new project

a/ tick character controller , then click 'Create'

or b/ if already in a project, select Assets > Import Package > Character Controller , then in a the pop-up window click 'Import'

  • In the Project window, expand Standard Assets > Character Controllers

  • Drag and drop 'First Person Controller' into the Hierarchy window.

  • Set it's position to 20 , 1 , 20

  • Now add a terrain. Select Terrain > Create Terrain.

  • Now add a light. In the Hierarchy window, select Create > Directional Light

  • Now hit Play =]

You should be walking around and looking in a world you just created ! Edit the terrain (search unity terrain tutorials)

Comment
Add comment · Show 7 · 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 darthvader9714 · Jul 04, 2012 at 05:44 AM -1
Share

Thank you very much for the info.i will start wacthing your tutorials and if i have any problem i will contact you aigain.

avatar image AlucardJay darthvader9714 · Jul 04, 2012 at 07:30 AM 0
Share

here is a fun little tutorial that should get you started with character controllers =]

http://cgcookie.com/unity/2011/12/05/introduction-to-character-controllers/

avatar image darthvader9714 darthvader9714 · Jul 04, 2012 at 08:13 AM 0
Share

thank you very much i watched it.this site has also some other videos that might help me :) I also saw the video game that you created.It is really amazing what can someone create with unity

avatar image darthvader9714 · Jul 11, 2012 at 09:12 AM 0
Share

yeap it helped! ^^ i have made great progress with unity.Now i try to make a simple FPS game but there are still many things that i need to learn

avatar image XtR3m3 GaM3r 53 · May 29, 2015 at 03:10 PM 0
Share

i dont have the asset = Character Controller
please help

avatar image HolBol · May 29, 2015 at 03:13 PM 0
Share

The answer is right above. A few details may have changed in Unity 5 but it's pretty much the same.

avatar image marcopyro · Oct 02, 2015 at 12:23 PM 1
Share

But I can't find the folder when I click "import package"

avatar image
2

Answer by torrente · Jul 04, 2012 at 12:58 AM

Hey darthvader9714,

Your post sounds like you are hoping that the developers of Unity will answer this question for you! Most of us are Unity users from the (great) community. I would advise that you start with a few tutorials from the Unity website instead of YouTube. There are a few good ones here. As for the location of the first person controller, You can add that into any pre-existing game by going to the menu in Unity and selecting Assets>Import Package>Character Controller. It will list a lot of different types. Go ahead and load them all for now. I think the folder that the tutorial is asking you to go to was one that you needed to create, since Unity will by default put the First Person Controller into a folder named Character Controllers.

When you start a new project, you will be given the option to load some default packages as well, including the Character Controller.

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 AlucardJay · Jul 04, 2012 at 07:05 AM 0
Share

You can load the controller into an existing project :

In Unity, click Assets > Import Package > Character Controllers

avatar image
0

Answer by Lisa110 · Aug 11, 2017 at 06:50 AM

WTF IS A HIERACHY I AM NEW SO THIS MAKES NO SENCE

Comment
Add comment · 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

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

13 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Mario kart controller physics 0 Answers

Unity New Input System stops working when activating Steamworks.net 2 Answers

Why is the InputSystem detecting movement on my PS4 controller, even where there is no input? 0 Answers

3D Character Rotation Issue 0 Answers

Why give me an error on namespace mset{ public enum Corner { 0 Answers


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