I would like an AI with two different axis. One on the X axis. One on the Y axis. I would like the AI to look at the player separately on both axis. Also I only want it to work within a certain radius. And the last thing, I know how to apply gravity but how would I do this without ignoring colliders.
transform.position.y -= gravityValue * Time.deltaTime;
↧