摘要:
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. 出现上面图中问题,解决办法,打开终端(管理员模式),输入下面的内容: 安装node-sass npm i 阅读全文
摘要:
根据Shader动态生成遮罩 源码地址 圆形遮罩镂空处理脚本: using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// 圆形遮罩镂空 /// 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; ... 阅读全文