Interactable Feature for Group Members #37
Replies: 2 comments 1 reply
-
Unfortunately there's not currently a way to do this with a single checkbox, so I'm labeling this as "Under Consideration" to help us track active requests. In the meantime, while perhaps not ideal, some current options that would work would be 1) having things on different layers and routing gestures to specific layers or 2) manually enabling/disabling the Interactable/Scroller components under a given root as desired. |
Beta Was this translation helpful? Give feedback.
-
I created a component to mimic at least some of the behavior of a Unity canvas group. I put it together rather quick and dirty, but I'm happy to share it. In my implementation, I use DoTween to tween the alpha. I commented those bits out but I thought I'd include them anyway in case folks are using DoTween. You could probably get more clever with caching references to children rather than calling GetComponentsInChildren all the time... But I wanted it to work more than I needed it to be clever.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Is there a component that can replace Unity Canvas Group? I saw the clip mask component. I can use this for alpha. I also want to turn off the interactable of group members. Is there anything we can do for this?
Beta Was this translation helpful? Give feedback.
All reactions