hi, i want to create a game like angry birds but in orthographic mode 3D .
i want to give the player the ability to Jump to the Red and Blue Platform with the Click, Drag and release
however i dont know how to ge the exact direction wanted by the player and with the orthographic view
[ICODE]Camera.ScreenToWorldPoint(Input.mousePosition)[/ICODE]
it gives me a weird vector
so i would like to hear ur approaches to solve this.