ThreeJs Intersected point how to position in Unity

Hi. The main difference you will find when working between ThreeJS and Unity is the coordinate systems are different:

ThreeJS uses right hand whereas Unity uses left hand. Hopefully all this means in your use case is you just negate the z-axis value from ThreeJS to Unity, however it could get more complex if you have translated the models around at all.

image strong text

3 Likes