i keep getting this error and i don’t know how to solve it Screenshot by Lightshot
this is my code using System.Collections;using System.Collections.Generic;using UnityEngine; - Pastebin.com
i keep getting this error and i don’t know how to solve it Screenshot by Lightshot
this is my code using System.Collections;using System.Collections.Generic;using UnityEngine; - Pastebin.com
Rigibody.GetComponent<Rigidbody> ();
Should be
Rigibody = GetComponent<Rigidbody> ();
thank you <3