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

HELP C# is not working.

$
0
0
using UnityEngine; using System.Collections; public class DfScrip : MonoBehaviour { *public int five; five = 5;* < this gives me an error, and i don't know why(error CS1519: Unexpected symbol `=' in class, struct, or interface member declaration) // Use this for initialization void Start () { } // Update is called once per frame void Update () { } }

Viewing all articles
Browse latest Browse all 2891

Trending Articles