自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 RNTween Plugin for Unity3d

RNTween is a simple, powerful and very easy to use animation system for Unity.Buy Now in Unity3d Store

2012-07-15 16:36:31 455

原创 RNTween code example

void playTween() { //use this Tween is so ease! _tween = new Tween(this, 2, 0) .equation.inOutCubic //set equation .transform.position.to

2012-07-15 16:36:21 242

原创 RNTween examples

Download pagedemo1equationsTweenPathTweenSpline

2012-07-15 16:36:07 301

原创 My ios game use to RNTween plugin

This ios game is use to RNTween plugin.The flight paths of flies using the RNTween.You can download this game to play.http://itunes.apple.com/cn/app/ce-suo-zhan-zheng/id521197346?mt=8

2012-07-15 16:35:49 333

原创 RNSprite plugin for Unity3d

RNSprite plugin is free and you can download it in the Github repository.README:SpriteAnimation script provides a simple solution for 2d sprite animation managment.SpriteUV script can edit u

2012-07-15 16:35:06 291

原创 How to make the sprite image ?

sub image index sequence

2012-07-15 16:34:58 274

原创 How to use SpriteAnimation.cs in editor

1.Import RNSprite package.2.Click Menu->GameObject->Create Empty to create a GameObject.3.Add script SpriteAnimation.cs to this GameObject in editor.4.Select a material.5.Select a spri

2012-07-15 16:34:52 291

原创 RNTouchInput for Unity3d

RNTouchInput is free and you can download it in the the Github repository.README:This TouchInput can use in PC, iOS and Android.You can easily receive all kinds of touch message in your code.

2012-07-15 16:33:44 252

原创 RNTouchInput Example code

using UnityEngine;using System.Collections;public class Example : MonoBehaviour{ /// /// hendle touch down message. /// /// touch position. void onTouchDown(Vector3 position)

2012-07-15 16:32:34 245

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除