参考链接: https://docs.unity3d.com/ScriptReference/EditorWindow.html https://docs.unity3d.com/ScriptReference/Editor.html 1.EditorWindow TestEditorWindow. ...
分类:
编程语言 时间:
2020-06-21 23:22:18
阅读次数:
173
https://docs.unity3d.com/Manual/GPUInstancing.html 归纳总结: 一,快速使用U3D 的GPU 实例化功能 1,选择一个shader,勾选 enable gpu instancing,这个shader将用于你的将要使用gpu instancing的物体 ...
分类:
其他好文 时间:
2020-06-20 13:26:35
阅读次数:
45
错误日志为: validateRenderPassDescriptor:757: failed assertion `Texture at colorAttachment[0] has usage (0x01) which doesn't specify MTLTextureUsageRenderT ...
分类:
编程语言 时间:
2020-06-17 23:26:14
阅读次数:
107
MTLFeatureSet_iOS_GPUFamily4_v2 A11 iphone8 iphone8pllus iphoneX https://developer.apple.com/documentation/metal/indirect_command_buffers/encoding_ind ...
分类:
其他好文 时间:
2020-06-16 18:04:21
阅读次数:
106
目录:andorid jar/库源码解析 HotXposed: 作用: 免重启手机,实现Xposed hook更新。(当然app是要重启的) 栗子: 入口: // Hook 入口 public void handleLoadPackage(XC_LoadPackage.LoadPackagePara ...
分类:
编程语言 时间:
2020-06-14 11:04:12
阅读次数:
66
第一阶段 01 Unity3D 基础操作 02 C# 语言基础 03 PS 图像简单处理 04 Unity3D 界面UI(UGUI或NGUI) 05 Unity3D 动画系统(Mecanim和DOtween) 06 Unity3D 图形数学(点乘、欧拉角、四元数等) 07 Unity3D 梳理代码( ...
分类:
编程语言 时间:
2020-06-10 19:23:48
阅读次数:
83
ConfigMap是用来存储配置文件的kubernetes资源对象,所有的配置内容都存储在etcd中. 总结 更新 ConfigMap 后: 使用该 ConfigMap 挂载的 Env 不会同步更新 使用该 ConfigMap 挂载的 Volume 中的数据需要一段时间(实测大概10秒)才能同步更新 ...
分类:
Web程序 时间:
2020-06-10 12:49:35
阅读次数:
85
使用Inno Setup这款软件使用Unity发布的可执行文件制作Exe安装包。
分类:
编程语言 时间:
2020-06-03 09:15:41
阅读次数:
74
启动 将配置文件设置好,然后执行相应的文件,启动程序。 windows 直接执行可执行文件 2. linux的supervisor配置(后台启动) /home/nginx/sbin/nginx -g 'daemon off;' -c /home/nginx/conf/nginx.conf -p /h ...
分类:
其他好文 时间:
2020-06-02 11:24:53
阅读次数:
165
swoole mixphp swoolefor热更新使用方法 /usr/local/php7.3/bin/php swoolefor.phar --exec="/usr/local/php7.3/bin/php /home/mix/bin/mix.php web" --no-inotify exec ...
分类:
Web程序 时间:
2020-05-31 21:57:28
阅读次数:
125