Is it possible to direct GUI buttons to show up on the camera of a mini-map (not the main camera)?
How are you implementing the mini-map? As a view from a second camera?
Basically, I’d follow the instructions here:
And then throw a script with an OnGUI function on the second camera that you’re using for a mini-map. Have you tried that yet?