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

CS1003 and CS1026 help please, I need a '(' and a (?

$
0
0
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Playermovement : MonoBehaviour { public CharacterController2D controller.Move; public float runSpeed = 40f; float horizontalMove = 0f; // Update is called once per frame void Update () { horizontalMove = Input.GetAxisRaw("Horizontal") * runSpeed; } void FixedUpdate () { // Move our character controller.Move(horizontalMove * Time.fixedDeltaTime, false, false); } }

Viewing all articles
Browse latest Browse all 2891

Trending Articles



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