luoyikun

导航

2018年5月7日 #

unity3d:模型跟随鼠标运动,旋转

摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; public class ModelMouseCtrl : MonoBehaviour { public Transform m_curSho 阅读全文

posted @ 2018-05-07 14:10 luoyikun 阅读(18) 评论(0) 推荐(0)

unity3d:xlua hotfix 热补丁修改c#脚本bug

摘要: 先在场景中挂载脚本,加载自定义Loader using System.Collections; using System.Collections.Generic; using UnityEngine; using XLua; using System.IO; using UnityEngine.Ne 阅读全文

posted @ 2018-05-07 01:13 luoyikun 阅读(11) 评论(0) 推荐(0)