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 /
avatar image
0
Question by DJforever · Sep 20, 2012 at 06:45 AM · rotationplayermoverunwalk

collider then change rotation converse?

hi!I want to let my player move converse after he touch a box colider.

that my scripts:

 public float WalkSpeed=5F;
 public float RunSpeed=10F; 
 public float rotationmove=1;
 void Update ()
 {
 AutoWalk();
 if(Input.GetKeyDown(KeyCode.P))
 {
 Run (); 
 } 
 if(Input.GetKeyUp(KeyCode.P))
 { 
 Walk(); 
 animation .Play ("walk"); 
 }
 void AutoWalk()
 {
 animation.Play("walk");
 controller.SimpleMove(Vector3.right * WalkSpeed); 
 } 
 void Walk()
 { 
 animation.Play("walk"); 
 WalkSpeed=5; 
 RunSpeed=WalkSpeed;
 RunSpeed=10; 
 } 
 void Run() 
 { 
 //controller.SimpleMove(Vector3.right * RunSpeed); 
 WalkSpeed=RunSpeed; 
 runtime=Time.time; 
 animation .Play ("run"); 
 }
 void OnControllerColliderHit(ControllerColliderHit hit)
 {
 if( hit.gameObject.tag =="Door")
 { 
 Destroy(hit.gameObject); 
 WalkSpeed=WalkSpeed*rotationmove; 
 RunSpeed=RunSpeed*rotationmove; 
 }
 }
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 kristercollin · Sep 20, 2012 at 07:50 AM 1
Share

Love the enthusiasm, but could you edit your question (and it's title) so that we get a better understanding of what you want to achieve, what's happening now and what you've tried? Also, when posting code, please make sure you use the Code Sample formatting option (its image is of 1's and 0's - cute, right?). Also, bonus points for correct spelling and grammar.

Looking forward to seeing if I can help at all =)

avatar image DJforever · Sep 20, 2012 at 08:09 AM 0
Share

Hi!!$$anonymous$$ristercollin

Im sorry that use UnityAnswers first time and my poor English!!>.<

I wish you can help me.ThX<3

0 Replies

· Add your reply
  • Sort: 

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

10 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

Related Questions

how can i let my player move converse? 0 Answers

special move with a cube. 1 Answer

Character controller with key click to move forward 0 Answers

eulerAngles.y always returns 179.9999 1 Answer

3rd player orientation using gyro with offset 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