Can dissolve apply to entire hierarchy?
See original GitHub issueCan UIDissolve be applied to an entire hierarchy? I see that if I apply UIDissolve directly to a UGUI image, it works great.
But assume I have a parent GameObject and that GameObject has some images below it. Something like this:
GameObject
Image1
Image2
If I apply UIDissolve to the GameObject, it doesn’t appear to work. Instead, I need to apply UIDissolve to each Image individually. Is there any way to apply UIDissolve at the parent object and have it dissolve all the children?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Dissolving Subassemblies - 2021
To dissolve subassemblies: In the FeatureManager design tree, right-click a subassembly or Ctrl + select multiple assemblies and select Dissolve Subassembly.
Read more >Dissolving features based on multiple fields—ArcMap
You can dissolve features based on multiple fields to form one continuous feature; this will reduce the number of features in the database....
Read more >How to add or remove a UIView with dissolve animation
Use UIView 's animateWithDuration:animations: method. set alpha relatively if you want to hide or show inside the animations: block
Read more >How do I dissolve all subfolders
1 · Yes, it's in two parts, move them, and then delete the (now empty) subdirectories: rmdir folder/*/ rmdir will complain about non-empty ......
Read more >Trouble when Dissolving Geopandas Polygons
I have dissolved polygons with geopandas. However, the head of attribute table became values of this table. How can I fix this trouble?...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Understood! I think that’s OK for my purposes. Thank you so much for the response!
One more suggestion that would be nice (if it’s possible!) I tried the sync effect and it works as expected. It would be useful to be able to apply to a root object that’s not something like an image (for instance, just a plain game object). Something like:
GameObject -> Image -> Image
Right now, you get a popup error in the editor if you try to apply the UIDissolve to something like a plain GameObject. I got around it by just adding an Image to my root game object and disabling (unchecking) the Image script so that it didn’t show up. Not sure if this is just a limitation of how the effect is applied (maybe it requires an image?), but I figured I’d mention here, just in case. Most of my hierarchies use a ‘plain’ GameObject as the root, and it’d be useful to be able to apply the effect to that root.