Click here to Skip to main content
15,888,069 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make a running game in unity3D for android.
A character running game like Subway Surfaers and Temple Run
Kindly suggest for where i should start ?
Posted

1 solution

Ever heard of animations? Animations are more like videos being played on the screen when you play the game. They are no more than just images just being replaced by the next image, because the video data type in real is just a bunch of images being replaced by the next image very fastly that it seems like it is in motion.

In Unity, you can just select the images in stack, that you want to create an animation for, and then just add those images to an Animation object. Unity will create the object, and the animation for you. This is the beauty of Unity, that it lets you just drag and drop the images and the back-end coding will be handled by Unity itself.

Read this article, to learn more on which files to use, where to drop and what will be the result of the process. http://unity3d.com/learn/tutorials/modules/beginner/animation[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900