Hi Everyone,
I would like to ask if anyone here can share how can I accomplish the item pick up animation(from center to UI inventory).
Like in this one (when the player click on a object - it displays on the center then goes to the UI)
And also am I correct that the dev here uses a UI component?
Thanks!
It looks like basic motion tween (and size tween for bounce effect) which you can do with any free tween lib or by custom code.
1 Like
-_-
…It is a plain old interpolation between original position, desired position and original size + desired size.
Thanks for the reply. Do you think they used unity UI for their inventory or just a simple gameobject?
Thanks again .
Thanks for the help mate.
Probably just UI and/or sprites since it’s all 2D.