I am trying a bit around with Unity and making games with it. But I got an error and don't know what to do. I am not very good in coding so I just watched a few tutorials on YouTube to get it somehow working. I followed a tutorial on YouTube about…
error CS1513: } expected (error CS1022: Type or namespace definition, or end-of-file expected) (csscript) Code //css_ac //css_import Use.cs //css_reference System.Data.Linq.dll using System; using System.Collections.Generic; using System...
The message in the Unity Console: Assets\scripts\WeaponSwitching.cs(35,26): error CS1513: } expected My code: using UnityEngine; public class WeaponSwitching : MonoBehaviour { public int selectedWeapon = 0; // Start is called before the first frame update void Start() { Selec...
Sign in Save Add to Collections Add to Plan Share via Facebookx.comLinkedInEmail FlädlesuppeLP26Reputation points Oct 1, 2021, 5:13 AM I am trying a bit around with Unity and making games with it. But I got an error and don't know what to do. I am not very good in coding ...