Horje
how to move an object with addforce Code Example
how to move an object with addforce
using UnityEngine;

void Start(){
  rb.GetComponent<Rigidbody2d>.AddForce(Vector2.left);
}




Csharp

Related
linq select distinct Code Example linq select distinct Code Example
can you use unity for ftee Code Example can you use unity for ftee Code Example
parse error message: could not create type webservice.webservice asp .net Code Example parse error message: could not create type webservice.webservice asp .net Code Example
monogame delta Code Example monogame delta Code Example
unity move camera to player fluent Code Example unity move camera to player fluent Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9