Unity3D
ks7638246
这个作者很懒,什么都没留下…
展开
-
UGUI的继承关系
来自:https://blog.csdn.net/qq826364410/article/details/88138295原创 2020-02-29 23:11:13 · 514 阅读 · 0 评论 -
使用unitystudio提取基于unity3d的apk内的资源
工具:unitystudio,已经改名为assetstudio下载地址:https://github.com/Perfare/AssetStudio/releases平台 :windows将要处理的apk后缀改为zip然后解压然后用unitystudio中的File/Log file或者 File/Load folder选中要解析的资源或者文件夹待解析完毕之后可以在As...原创 2020-02-25 18:39:10 · 5339 阅读 · 1 评论 -
lua打包成字节码记录
运行时候出现这个报错LuaException: error loading module Main from CustomLoader, Main: size_t size mismatch in precompiled chunk解决https://github.com/Tencent/xLua/issues/356https://www.jianshu.com/p/3c49cf4...原创 2018-08-14 10:34:48 · 3831 阅读 · 0 评论 -
XLua 遇到的问题
在lua端调用dotween的to方法的时候报错 CS.DG.Tweening.DOTween.ToLuaException: c# exception:XLua.LuaException: c# exception:System.InvalidCastException: This type must add to CSharpCallLua: DG.Tweening.Core.DOGe...原创 2018-09-05 09:54:54 · 3041 阅读 · 1 评论 -
unity3d 粒子特效出现黑点
Q 打包在pc包会出现粒子黑点的问题A 是因为这个特效的粒子跟其他面片在同一平面,把它们分开点距离 不在同一平面就好了原创 2018-11-05 18:25:29 · 1171 阅读 · 0 评论