I’ve built a project off of the Face Effects demo and the Photobooth element is capturing the UI elements that allow a scene change. How can get the capture to ignore the UI elements?
Thanks in advance!
I’ve built a project off of the Face Effects demo and the Photobooth element is capturing the UI elements that allow a scene change. How can get the capture to ignore the UI elements?
Thanks in advance!
You would need to hide the UI elements briefly using ecs.Hidden, and then show them again once the capture is complete.