Category "gameobject"

Error: Assets/beandefine.cs(23,1) (sorry Dani) Type or namespace definition, or end of file expected

I get this error so much! It is not the filename though, because it is beandefine.cs (I want to define a GameObject) Here is the code: using System.Collections.

Unity C# error: (12,47): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<UnityEngine.GameObject>' to 'float'

I'm new to programming in general. With another Script i store in the list "spawnPointC" all gameobjects called spawnPointC that appear from spawning other pref

I'm trying to move a cube on the screen according to the data from a csvfile, but it's not working. Can someone help me with this code?

I'm trying to move a cube on the screen according to the data from a csvfile, but it's not working. Can someone help me with this code? using UnityEngine; pub