Quantcast
Channel: Questions in topic: "error message"
Viewing all articles
Browse latest Browse all 2891

2017.3 Compiler Error,2017.3 Compiler error

$
0
0
When i boot MonoDevelop it gets 3 errors in this code i have put arrows where the errors pop up Thanks in Advance using System.Collections; using System.Collections.Generic; using UnityEngine;<-- public class PlayerController : MonoBehaviour {<-- public float speed; private Rigidbody rb;<-- void Start () { rb = GetComponent(); } void FixedUpdate () { float moveHorizontal = Input.GetAxis ("Horizontal"); float moveVertical = Input.GetAxis ("Vertical"); Vector3 movement = new Vector3 (moveHorizontal, 0.0f, moveVertical); rb.AddForce (movement * speed); } },

Viewing all articles
Browse latest Browse all 2891

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>