Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 Kevin Hogan · May 18, 2016 at 07:43 PM · 2d gamescript error

how do you correct errors in a script?

I am using the latest version of unity and this script was taken out of a book to make the game character move. LEARNING 2D GAME DEVELOPMENT WITH UNITY BY MATTHEW JOHNSON the book is based on unity 2D version 4.5.1 and I used that at first and even that had problems.

I have created the first level and I'm stuck in chapter 5 because this script will not work and I don't know how to correct the errors that occur when I copy this script into visual studio and attach it to my game character. What is wrong with this script how should it be written to work properly.

 public class PlayerController : MonoBehaviour 
 {
     [HideInInspector]
     public bool isFacingRight = true;
 
     [HideInInspector]
     public bool isJumping = false;
 
     [HideInInspector]
     public bool isGrounded = false;
 
     public float jumpForce = 650.0f;
     public float maxSpeed = 7.0f;
 
     public Transform groundCheck;
     public LayerMask groundLayers;
 
     private float groundCheckRadius = 0,2f;
 
     void Start()
     {
     }
 
     void Update()
     {
     }
 
     void FixedUpdate()
     {
     }
 }

Comment
Add comment · Show 3
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 Ahndrakhul · May 18, 2016 at 08:40 PM 0
Share

What errors are you getting? $$anonymous$$ake sure that the script name in the unity editor is the same as your class name (PlayerController).

avatar image Kevin Hogan · May 18, 2016 at 10:05 PM 0
Share

I'm brand new to unity and trying to even make a game that's why I'm reading books and asking questions. I think you have forgotten what it was like to learn something because probably this is easy for you. so I'm no like the rest of you I guess.

avatar image Owen-Reynolds · May 19, 2016 at 01:26 AM 0
Share

Reopening this, since it's in the Help Room (was it always, not sure.) I don't know the history of this, but:

o I'm not sure if this Q was posted in the HelpRoom or moved later. But please, please, please the Help Room area is for Q's where you're wanting personal help learning Unity and game design.

o But a Question like this is fine for the HelpRoom. There are many, many things that it looks like someone could easily look up, but they don't know what to look up.

o But, but, this is still a professional site. "Snarky" is pretty much the limit, and we don't even like that.

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

59 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 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 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 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 avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Scripts randomly getting disabled 0 Answers

Script to Hide player when H key is pressed 0 Answers

code so if 1 enemy isnt killed every 4 seconds player dies? 1 Answer

2D player enter/exit orbit 0 Answers

Help! Create interactive button with an image + c# Script 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