hello everyone, i need help with this im beginner and im trying make a agar io game, now im making script “move”
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
Welcome to the forums. As Lurking-Ninja pointed out, your code has quite a number of errors in it. What text editor are you using to write it? Most editors made for development provide syntax highlighting that would show you these errors and provide hints on how to fix it.
Are you following a tutorial of some kind? It kinda looks like you just threw random words at the screen that you saw mentioned somewhere (the semicolon placement, in particular, feels almost entirely random). I think you should spend some time understanding the basics of C# before proceeding any further with your game. Maybe check out a series that covers intro concepts. I like Catlike Coding myself, but if you prefer videos, I’m sure there are plenty of those available, too.