如何在Unity 3D中运行charater(运行游戏) [英] How to animate a charater in Unity 3D (running game)

查看:111
本文介绍了如何在Unity 3D中运行charater(运行游戏)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在unity3D中为Android制作一个正在运行的游戏。

像地铁Surfaers和Temple Run这样的角色扮演游戏

请建议我应该从哪里开始?

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 ?

推荐答案

有没有听说过动画?动画更像是在玩游戏时在屏幕上播放的视频。它们只不过是被下一个图像替换的图像,因为真实的视频数据类型只是一堆图像被下一个图像非常快速地替换,看起来它似乎在运动中。



在Unity中,您只需选择要为其创建动画的堆栈中的图像,然后将这些图像添加到Animation对象中。 Unity将为您创建对象和动画。这是Unity的美妙之处,它让您只需拖放图像,后端编码将由Unity本身处理。



阅读本文,了解更多关于使用哪些文件,删除的位置以及该过程的结果。 http://unity3d.com/learn/tutorials/modules/beginner/animation [ ^ ]
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[^]


这篇关于如何在Unity 3D中运行charater(运行游戏)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆