Hi, I want to stack some Sprites together and apply little spring effects to some of them. I’m also thinking about doing the same for a few GUI, HUD elements in my project. Not too much, just barely dampening…
But I find Joint components too much complex, overengineering for my needs. I even tried using the Skinning tool but I dopped it in the end for similar reasons, and I’d prefer to not relying on nesting GameObjects.
Is there anything else easier available in the AssetStore? Should I use DOTween/etc instead?
What can I do?
Thanks a lot.