using System.Collections;using System.Collections.Generic;using UnityEngine; public class Player : MonoBehaviour { protected ContactFilter2D contactFilter; protected RaycastHit2D[] hitBuffer = new RaycastHit2D[16]; protected List<RaycastHit2D> hitBu
AssetBundle 类,继承自Object.AssetBundles让你通过WWW类流式加载额外的资源并在运行时实例化它们.AssetBundles通过BuildPipeline.BuildAssetBundle创建. 参见:WWW.assetBundle ,Loading Resources at Runtime ,BuildPipeline.BuildPlayer function Start () { var www = new WWW ("http://myserver/myBund
原地址:http://game.ceeger.com/Components/FBXImporter-Model.html The Import Settings for a model file will be displayed in the Model tab of the FBX importer inspector when the model is selected. These affect themesh, it's normals and imported materials.
function FixedUpdate () : void Description描述 This function is called every fixed framerate frame, if the MonoBehaviour is enabled. 当MonoBehaviour启用时,其 FixedUpdate在每一帧被调用. FixedUpdate should be used instead of Update when dealing with Rigidbody. For e