随笔分类 -  Unity杂项

Unity打开两个同样的工程,使用mklink.bat来进行同步
摘要:操作步骤 假设存在一个项目xProject; 1、在xProject的同级目录中建立一个文件夹,命名为xProjectCopy 2、在xProject的同级目录中建立一个bat文件,命名为mklink.bat 3、在mklink.bat文件中填写以下内容 set dir = xProjectCopy 阅读全文

posted @ 2023-02-28 17:38 _依靠 阅读(190) 评论(0) 推荐(0)

使得图片变为可读的---解决报错Texture '图片名' is not readable, the texture memory can not be accessed from scripts
摘要://使得图片变为可读的 解决报错Texture '图片名' is not readable, the texture memory can not be accessed from scripts. You can make the texture readable in the Texture I 阅读全文

posted @ 2022-07-08 10:53 _依靠 阅读(986) 评论(0) 推荐(0)

导航