Unity|Unity AnimatorController注意事项
通过assetbundle加载的单独打包AnimatorController使用下面方法赋值
Go.GetComponent().runtimeAnimatorController = (RuntimeAnimatorController) obj;
通过Resouce.load 加载的AnimatorController使用
Go.GetComponent().runtimeAnimatorController = (RuntimeAnimatorController)RuntimeAnimatorController.Instantiate(obj);
原因是Resouce实际没真正加载资源,而bundle方式资源以及被加载进来了
猜测是Resouce导入的没有引用计数,不会自动clone,而bundle会自动clone,并使用引用计数
【Unity|Unity AnimatorController注意事项】转载于:https://www.cnblogs.com/nafio/p/9137367.html
推荐阅读
- Unity和Android通信系列文章2——扩展UnityPlayerActivity
- unity探究UGUI的Image中sprite和overrideSprite的区别
- unity|unity 在iOS平台跳转appstore
- OpenCV|OpenCV for Unity 通过WebCamTextureToMatHelper帮助类来获取摄像头的画面
- 装修房子先后顺序|装修房子先后顺序 装修房子注意事项
- 冬季参加云南跟团游注意事项
- Unity中使用反射机制调用函数
- Unity|Unity 对象池
- 数据库使用注意事项
- iOS|iOS 面试注意事项