Question is in the title, was wondering if there is a way to render a UI element that is anchored to a gameobject over all other gameobjects in the way of the view. Example, like a target image when selecting a target. Or is it best to have the target image under the canvas? If so how do I go about doing this.
Use a second camera to render the UI layer. Render it on top of the main camera.