Hi,
I’m currently working on an effet where I’d like to apply a LUT to a rectangle on which I’ve applied the Gallery Texture. The trick being that I want to allow the user to switch the background LUT and the galleryTexture LUT separately.
In order to achieve this I was hoping to use Object Tap. However even though my rectangle is on it’s separate top layer, tapping on it still counts as an Object Tap for the rectangle behind it. Anyone know if that’s a bug? I basically can’t get background Object Tap + smaller rectangle Object Tap to work.
(You could bypass this using screen tap for one and nativeUI for the other, but that isn’t very elegant so I’m trying to avoid it)