This is my code:
using UnityEngine;
using System.Collections;
public class Movement : MonoBehaviour
{
public Vector2 playerPos = (0, 0);
}
that’s it, and I get these errors:
error CS1519: Unexpected symbol `,’ in class, struct, or interface member declaration
I’m hoping this is just some ridiculious syntax thing I’m missing