using UnityEngine; using System.Collections; [AddComponentMenu("Game/AutoDestroy")] public class AutoDestroy : MonoBehaviour { public float m_timer = 1.0f; void Start () { Destroy(this.gameObject, m_timer); } } AutoDestroy using UnityEngine; usi…
一.Unity3D平台简介 Unity是由Unity Technologies开发的一个让轻松创建诸如三维视频游戏.建筑可视化.实时三维动画等类型互动内容的多平台的综合型游戏开发工具,是一个全面整合的专业游戏引擎.Unity类似于Director,Blender game engine, Virtools 或 Torque Game Builder等利用交互的图型化开发环境为首要方式的软件其编辑器运行在Windows 和Mac OS X下,可发布游戏至Windows.Mac.Wii.iPhone…
unity手机游戏应用程序调试控制台Lunar Mobile Console - PRO 1.5.5 High-performance Unity iOS/Android console built with native platform UI. Platform Support:iOS: iOS 9 or later.Android: API level 14 or later Key Benefits Native C/Objective-C/Java code with a low me…