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

the script don't inherit a native class,the script dont inherit a native class that can manage a script

$
0
0
what is this? im new and idk how to fix this pls help me. here is my script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class MyClass : MonoBehaviour { // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { if (Input.GetKeyDown(KeyCode.LeftArrow)) { Vector3 position = this.transform.position; position.x--; this.transform.position = position; } if (Input.GetKeyDown(KeyCode.RightArrow)) { Vector3 position = this.transform.position; position.x++; this.transform.position = position; } if (Input.GetKeyDown(KeyCode.UpArrow)) { Vector3 position = this.transform.position; position.y++; this.transform.position = position; } if (Input.GetKeyDown(KeyCode.DownArrow)) { Vector3 position = this.transform.position; position.y--; this.transform.position = position; } } },this is the error i have, and nothing is working, pls help me or rewrite my script so it works, here is my script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class MyClass : MonoBehaviour { // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { if (Input.GetKeyDown(KeyCode.LeftArrow)) { Vector3 position = this.transform.position; position.x--; this.transform.position = position; } if (Input.GetKeyDown(KeyCode.RightArrow)) { Vector3 position = this.transform.position; position.x++; this.transform.position = position; } if (Input.GetKeyDown(KeyCode.UpArrow)) { Vector3 position = this.transform.position; position.y++; this.transform.position = position; } if (Input.GetKeyDown(KeyCode.DownArrow)) { Vector3 position = this.transform.position; position.y--; this.transform.position = position; } } }

Viewing all articles
Browse latest Browse all 2891

Trending Articles



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