When you use a Draggable Panel, the items outside the panel are still there, to avoid clicking on them you have a collider each side (as in the tutorial) to mask these areas so you don't click on them.
Right now I have two horizontal slider panels but they are positioned right next to each other so the off panel objects are interfering with the neighbouring panel. And Vice Versa.
Any tips on how to get around this? What I am planning on doing is making it so any objects that appear outside of the panel are disabled / moved a large distance in the Z direction. That should work, but just wondering if there is any other method, a better method.
Has anyone else come across this problem yet?