top of page

Dancing Cat | 舞动喵喵

  • 2020年5月29日
  • 讀畢需時 1 分鐘


Intro


Dancing Cat is a casual mobile game on Android. Player can control a cat to perform several movements at a dancing stage. To reach the high score, player need to tap the right button based on the move list on top of the screen.


This game is developed by Unity3D. From this project, I'd like to learn skeleton animation and game backends development on mobile platform.


舞动喵喵是一个安卓平台上的休闲手机游戏。玩家可以控制一只猫在舞台上表演不同的动作。要想获得高分,玩家需要根据屏幕上方的提示按下正确的按钮。这个游戏使用Unity3D制作,我希望从这个项目中学习到骨骼动画和游戏后台开发的知识。




Skeleton Animation




In this project, I import 2D animation, 2D IK and 2D PSD Importer packages to make the skeleton animation.




After import the psb file which contains all layers information, I use the skinning editor to add and ajust bones and skin weight.



Game Backends


In this project, I use GameSparks to store my game data:

currency, score, high score, price, etc.


Install GameSparks package and call related api to retrieve data in Unity.


 
 
 

留言


© 2026 by Yujie Chen

*建议科学上网浏览

bottom of page