Hi, at the moment i have a raycast fire from my player when entering a trigger.
I have now setup a raycast for when my player is jumping forward (parabola) as i want to know when they hit a wall. This i need to be from the player too.
What is the best way to do this? or is it not possible to have 2 raycasts coming from the players same axis (z) at one time?
I can get both raycasts to work individually but the problem is whent he player is jumping forward whilst they are in the Trigger area. as this means 2 raycasts are happening.
thanks
Nick