Hello, I m trying to make a realistic bird flight in 2D.
Here is my code:
Realistic flight in 2D
Here is my code:
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- private Vector2 movement;
- public CNAbstractController joystick;
- // Use this for initialization
- }
- // Update is called once per frame
- float...