Is this my world?  Where am I?  What am I? Am I Real? Is this a-

health -= amount;

 if (health <= 0f){

Vector3 move = transform.right * Input.GetAxis("Horizontal") + transform.forward * z;

        cc.Move(move * speed * Time.deltaTime);

Simulation?

Leave a comment

Log in with itch.io to leave a comment.