I have some entities which use attachments to show a label next to them. I would like to change this to only show the label when the entity is being looked at / hovered over. I have the new HoverEffect component on my entity that works nicely, but I can't see how I toggle the visibility of the labels.
Hi @kemalenver ,
You can't toggle the visibility of the attachment when you're looking at an Entity. You can toggle the visibility of SwiftUI views with .hoverEffect, but since this is an Entity with an attachment, you'd only be able to add the custom hover effect to the attachment (if it's a SwiftUI view).
Please do file an enhancement report at https://feedbackassistant.apple.com and post the FB number here.