Rect2D with 3D Object in Canvas,Rect2D & 3D Objects within Canvas
Hi
I'm making a game which has a shop in which you are able to purchase items. In the shop menu, players are able to preview the item, with the 3D object of the item rendering in the menu using a screen space canvas.
However, when users scroll through items in the store they see the items off-screen (see images 2/3) instead of the 3d object being completely hidden.
Would anyone be able to advise a solution to this to ensure the 3D objects get hidden when the Rect2D scroll has the item off-screen?
,Hi
I have a shop menu within my project which displays a preview of the model you are purchasing, but the model is visible outside the container of the shop (which has a Rect2D to enable scrolling)
Is it possible to hide the 3D object once it leaves the proportions of its canvas container?
Image 1 shows the shop as expected, Image 2 shows the clipping on scroll.