- 最后登录
- 2014-10-23
- 注册时间
- 2011-7-19
- 阅读权限
- 90
- 积分
- 81303
- 纳金币
- -1
- 精华
- 11
|
由 uke 发表
老外写的一篇关于在iphone上进行unity3d开发的一个小教程,比较基础,主要的知识点包括:
1、点击触摸屏,播放对应的物体动画
2、在maya中创建好物体及动画
3、在unity3d中进行动画设置
4、设置一个2d场景的灯光和摄像机
5、设置一个背景
项目文件在教程最后附件中!
I started working with Unity iPhone a few days ago and I’ve been digging around in the example game project files and reading thru forum posts looking for clues on how to make stuff work. I’ve found a few good/basic tutorials but I was looking for something a little different so I figured I’d just dive in.
For my first “hello world” app, I came up with a basic goal: touch the screen to play an animation on an object.
After an hour or two digging around in forums, scripting manual, and the iPhone-Match example game, I managed to come up with a simple little app that actually works on my iPhone!
I was so excited to see this thing working and it was so much fun to put together that I figured why not put together a tutorial!? So I did!
This tutorial covers quite a few basics including:
– playing animations on a 3d object when you touch and un-touch the screen.
– creating and animating a simple object in Maya
– setting up the animations in Unity
– setting up a basic 2D scene with default lighting and Main Camera position
– adding a 2D background image
You can download the entire Tut1-TouchAnim.zip project before you get started or you can do the whole thing from scratch just by following along with the steps below. Let’s get started! |
|