摘要:
代码如下: 批量设置: 1 using System.Collections.Generic; 2 using System.IO; 3 using UnityEditor; 4 using UnityEngine; 5 6 public class TextureCompressTool : Sc 阅读全文
摘要:
以下代码实现了Addressable Assets的初始化,登陆时下载,静默下载,如下: 1 using ClientData; 2 using Common; 3 using System; 4 using System.Collections; 5 using System.Collection 阅读全文
摘要:
2021年8月13日之后使用git push会报下面这个错: fatal: HttpRequestException encountered.remote: Support for password authentication was removed on August 13, 2021. Ple 阅读全文
摘要:
如下: @echo off set srcpath=F:\配置表\配置表 set destpath=F:\git_code\Server\server\server\data echo 源地址:%srcpath% echo 目标地址:%destpath% echo\ echo\ set srcmus 阅读全文
摘要:
代码如下: 1 using System.Linq; 2 using System.IO; 3 using UnityEditor; 4 using UnityEditor.AddressableAssets; 5 using UnityEditor.AddressableAssets.Settin 阅读全文