I am creating a game with isometric camera.
When i click on a object, i must open a menu localized at the center of the object, or at the center of the location where i click
For example, now if i click on the bottom of the cilinder:
(Now i use: viewPosition = Camera.main.ScreenToViewportPoint(Input.mousePosition); to set x and y cordinates of the menu)