I have been at this for a couple of days and its driving me crazy. I need to be able to compare a Vector3 some how.
Basically I need to know if Say X is any value = Negative or Positive.
1-I tried converting Vector3 to string, then String To Float, it gives me an error from Float convert to INT, So I cant test it with (Int compare)
2-There is no Vector3 Compare Grater/Lower, Only Equals/NotEquals
3-There is no Vector3 convert to Int or Float.
At this point what can I do. ??