摘要: https://stackoverflow.com/questions/55310734/how-to-add-more-indentation-in-the-visual-studio-code-explorer-file-tree-structu Go to File > Preference 阅读全文
posted @ 2022-04-29 18:03 lilei9110 阅读(22) 评论(0) 推荐(0) 编辑
摘要: private static readonly GUIContent s_ListIsEmpty = EditorGUIUtility.TrTextContent("List is Empty", (string) null, (Texture) null);internal static read 阅读全文
posted @ 2022-02-22 20:35 lilei9110 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Lua比C#慢8倍 阅读全文
posted @ 2022-01-26 14:50 lilei9110 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 实现一个ContractResolver public class IgnorePropertiesResolver : DefaultContractResolver if (member is PropertyInfo) { property.ShouldSerialize = x => fal 阅读全文
posted @ 2021-12-29 11:20 lilei9110 阅读(246) 评论(0) 推荐(0) 编辑
摘要: http://www.winning11cn.com/ 阅读全文
posted @ 2021-02-15 20:03 lilei9110 阅读(187) 评论(0) 推荐(0) 编辑
摘要: https://www.newyx.net/gl/574209_1.htm 阅读全文
posted @ 2021-02-06 21:37 lilei9110 阅读(32) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/14507770/embedding-mono-on-ios?rq=1 https://github.com/hschlichter/cpp-embedding-mono https://ryandavis.io/practic 阅读全文
posted @ 2021-01-22 21:34 lilei9110 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 在命令行里输入: defaults write com.apple.dock no-bouncing -bool FALSE; killall Dock; 阅读全文
posted @ 2020-12-29 11:57 lilei9110 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 查看Entities插件的最新版本 https://packages.unity.com/com.unity.entities 从2019版本起,Preview版本的插件默认不在Package Manager的Package List中显示。需要在Advanced下拉菜单中选择Show previe 阅读全文
posted @ 2020-11-03 20:32 lilei9110 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: https://ejin66.github.io/2018/09/15/go-to-so-android.html https://blog.csdn.net/weixin_41578567/article/details/105562095 Android https://blog.csdn.ne 阅读全文
posted @ 2020-10-29 16:41 lilei9110 阅读(488) 评论(0) 推荐(0) 编辑
摘要: Unity方案 https://docs.unity3d.com/Packages/com.unity.entities@0.14/manual/index.html 文章 https://ajmmertens.medium.com/why-storing-state-machines-in-ecs 阅读全文
posted @ 2020-10-21 15:26 lilei9110 阅读(129) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ldqk/Masuit.Tools 阅读全文
posted @ 2020-10-21 15:18 lilei9110 阅读(109) 评论(0) 推荐(0) 编辑
摘要: https://www.animationstudios.com.au/advanced-skeleton https://lesterbanks.com/2020/08/how-to-rig-characters-with-advanced-skeleton-in-maya/ https://se 阅读全文
posted @ 2020-10-09 11:43 lilei9110 阅读(547) 评论(0) 推荐(0) 编辑
摘要: https://www.khronos.org/developers/library/ 阅读全文
posted @ 2020-10-08 14:36 lilei9110 阅读(74) 评论(0) 推荐(0) 编辑
摘要: https://www.khronos.org/assets/uploads/developers/library/2016-vulkan-devu-seoul/3-Making-SPIR-V-Modules.pdf 阅读全文
posted @ 2020-10-08 14:16 lilei9110 阅读(887) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1AW411w72w?p=2 阅读全文
posted @ 2020-08-20 13:20 lilei9110 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/755666303387 三、控制台 在用过各种办法查看App日志后,还是觉得苹果系统自带的工具用起来最方便,不用安装,不用命令行,傻瓜式操作,非常方便。 连上手机,在LaunchPad其他文件中打开控制台应用,或者搜索Console.app打开控 阅读全文
posted @ 2020-08-06 12:59 lilei9110 阅读(387) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dibyendumajumdar/ravi https://github.com/teal-language/tl https://luarocks.org/ 阅读全文
posted @ 2020-07-13 18:39 lilei9110 阅读(210) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/eXHgNkF4k0ivcc7_thdbkw 阅读全文
posted @ 2020-05-21 11:10 lilei9110 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: https://fireflytech.org/2017/11/04/compiling-cc-libraries-for-android/ https://blog.csdn.net/xhp2014/article/details/100548816 https://blog.csdn.net/u 阅读全文
posted @ 2020-05-21 10:12 lilei9110 阅读(231) 评论(0) 推荐(0) 编辑
摘要: https://docs.unity3d.com/Manual/NativePlugins.html https://github.com/Unity-Technologies/NativeRenderingPlugin 阅读全文
posted @ 2020-05-15 10:56 lilei9110 阅读(408) 评论(0) 推荐(0) 编辑
摘要: https://github.com/mattatz/unity-triangulation2D https://wiki.unity3d.com/index.php/Triangulator#C.23-_Triangulator.cs https://github.com/GeriBorbas/T 阅读全文
posted @ 2020-04-22 16:17 lilei9110 阅读(194) 评论(0) 推荐(0) 编辑
摘要: http://www.wloob.com/archives/1209534/7 阅读全文
posted @ 2020-03-13 10:32 lilei9110 阅读(81) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/99142987 阅读全文
posted @ 2020-03-12 11:33 lilei9110 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 因为CS:GO无法启动的问题,使用过了下面的命令 sudo pmset -a GPUSwitch 0 导致HDMI显示器无信号 输入下面的代码 sudo pmset -a GPUSwitch 1 可以修复这个问题 阅读全文
posted @ 2020-03-10 11:18 lilei9110 阅读(4477) 评论(1) 推荐(1) 编辑
摘要: https://www.cgal.org/ 阅读全文
posted @ 2020-03-07 13:45 lilei9110 阅读(315) 评论(0) 推荐(0) 编辑
摘要: Key words: video based motion capture, image based motion capture (IBC), markerless 基于视频的动作捕捉 Radical https://getrad.co/ Theia3D https://www.theiamark 阅读全文
posted @ 2020-02-28 11:16 lilei9110 阅读(982) 评论(1) 推荐(1) 编辑
摘要: http://www.ps123.net/Article/HTML/14255.html 阅读全文
posted @ 2020-02-24 16:29 lilei9110 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 大客户 销售就是玩转情商2C 顾客为什么购买店面 销售洗脑 no thanks i just looking低风险创业 这不是你的错 我们都受过伤却有了更好的人生 穷爸爸富爸爸 谁动了我的奶酪 亚瑟阿伦的36个问题 玩故事 story playing 哈佛商学院的领导课 关键对话 阅读全文
posted @ 2020-02-15 16:23 lilei9110 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://gameinstitute.qq.com/community/detail/113452 阅读全文
posted @ 2020-02-14 11:02 lilei9110 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 使用 mingw-get-setup.exe 安装。在官网http://www.mingw.org/上搜索download/installer,点击下载。 如果使用 mingw-w64-installer.exe 安装容易出ERROR res错误 阅读全文
posted @ 2020-02-02 13:30 lilei9110 阅读(1589) 评论(1) 推荐(0) 编辑
摘要: https://github.com/AvaloniaUI/Avalonia https://www.cnblogs.com/leolion/p/7144896.html https://github.com/Immediate-Mode-UI/Nuklear 阅读全文
posted @ 2020-01-18 18:08 lilei9110 阅读(1317) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ocornut/imgui https://github.com/zwcloud/ImGui 阅读全文
posted @ 2020-01-18 18:07 lilei9110 阅读(283) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2019安装推荐的方式是通过官方给的Installer进行的(2017也是同样方法),但是有时会出现在”即将完成…一切即将准备就绪“这个界面闪退的问题,导致软件的安装、卸载、更新都没办法进行。下面提供一种解决方案。 原因分析:造成这种问题的原因可以说是多种多样,比较常见的 阅读全文
posted @ 2020-01-18 15:59 lilei9110 阅读(2307) 评论(0) 推荐(0) 编辑
摘要: https://www.youtube.com/results?search_query=color+and+light 阅读全文
posted @ 2020-01-16 14:04 lilei9110 阅读(93) 评论(0) 推荐(0) 编辑
摘要: https://www.3dgep.com/forward-plus/ 阅读全文
posted @ 2020-01-08 11:23 lilei9110 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/486e3b737707 https://stackoverflow.com/questions/44635297/setting-an-ios-static-lib-architecture-to-arm64-using-xcode xcodeb 阅读全文
posted @ 2020-01-07 17:58 lilei9110 阅读(133) 评论(0) 推荐(0) 编辑
摘要: google it http://www.swig.org/Doc3.0/CSharp.html http://samanbarghi.com/blog/2016/12/06/generate-c-interface-from-c-source-code-using-clang-libtooling 阅读全文
posted @ 2020-01-05 23:32 lilei9110 阅读(195) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2019 https://www.jianshu.com/p/d13d59dea 阅读全文
posted @ 2020-01-05 23:02 lilei9110 阅读(280) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liuxianan/p/vscode-plugin-overview.html 阅读全文
posted @ 2020-01-05 21:51 lilei9110 阅读(105) 评论(0) 推荐(0) 编辑