Posts by Thays • 33 points
1 post
-
3
votes1
answer194
viewsQ: Unity 5 - Shoot up, Enemy ship does not shoot
The enemy ship simply can’t shoot and walk at the same time, or it does one or the other. public class EnemyScript : MonoBehaviour { public float speed = 5f; // Use this for initialization void…