For example, I created chess_piece.go
in order to spawn it to many pieces. In this game object I have a sprite which I want to do animation on it (rotation). As far as I researched, we only do animation on game objects, not sprites. However when I right click on the game object, there’s no option for adding a game object on it.
My question is why I can’t do it on game object file while game objects in a collection can. Is there any good way to have animation on a part of a game object not a whole of it?
Please prefer this image to be clearer what I mean