I have a resizeable minimap which is based on render texture. A camera rendering 3d space on Render Texture and then I used the texture as minimap. Now, I have a specific requirement to identify mouse hover on an object in Minimap(render texture). It may sound silly but I have to show some object information on minimap on mouse hover like a tooltip.
In 3d space or world space, I have several objects and they are showing on minimap. Now if any user mouse-hover on the same object on minimap then I want to show tooltip. Is this possible to get 3d space information from render texture?