Hello,
@kengiAsked me if i could add an option to my minimap to also get an RTS minimap. The option would be: click on the plane(minimap) and move the camera to that spot.
My question: Is this possible, to grab/convert a clicked position on a plane and convert it into real world coordinates?
Kengi is not the only one who wanted this, there are more people including myself, but i have absolutely no idea if that is even possible.
#edit
Now that i think of it (still no clue if it is possible, just my thoughts)
camera in ortho mode, creating a square minimap (the official map is always square) . So then we scale the minimap down, then when clicked on it grab the position/normal/etc. and converting that up in combination with the scaling to get the (world)location on the normal map(the big version).