I dont know if the topic is right for this kind of problem as I already know how to show render texture on GUI, but the problem is this:
This is what I have:

And this is what I’d like to have:

So the question is: Is there anyway to prevent RenderTexture from going over the borders of that GUI? What I’m trying to do here is an “FaceCam” for player. I’ve done this so that there’s Camera in front of player model and it’s being drawn to that position with GUI.DrawTexture(Rect(0,0,0,0)… etc.
Other than that problem that it goes over borders of that circle, its working fine.
Sorry about my English, it’s not my native language and it’s late night already here.