I’m trying to use a scene capture 2D actor, not unlike the Strategy game, to get a top down view for a minimap. But I would also like to display the positions of player on this mini-map. Now, while both player’s HUD and the associated Canvas have the project function, which allows you to project something from 3D world space to 2D screen space of the player’s camera, I notice that this option isn’t available to Cameras that lack a HUD or Canvas.
Now, while this is an extremely good opportunity for me to bone up on transformation and projection matrices, I am really curious why this isn’t built into Camera Components or some other similar solution. Is there some kind of obvious solution that I’m missing or is there some similar functionality that might be added in the future?