I added
GetComponent.AddForce (new Vector2 (force,0));
in my code and unity console showing this
“error CS0119: Expression denotes a method group', where a
variable’, value' or
type’ was expected”
Vector2 excepts 2 f perimeter , so what did i do wrong here ??
Thanks in advance