Sparks-Lu
Sparks-Lu
![Uploading 1650442065(1).png…]() The fix has been tested. During import, there're three errors. Below are details. 1. Library\PackageCache\org.khronos.unitygltf@55b8a8bf4f\Editor\Scripts\GLTFImporter.cs(169,68): error CS0104: 'Animation' is an ambiguous reference between 'GLTF.Schema.Animation' and 'UnityEngine.Animation' 2. Library\PackageCache\org.khronos.unitygltf@55b8a8bf4f\Editor\Scripts\GLTFImporter.cs(340,16):...
> @Sparks-Lu Thanks, could you let me know which Unity version you're on? My Unity version is 2020.3.25f1c1. > > Also, it looks like you have both "Sketchfab for Unity"...
原因: 没有启动redis server 解决方法(Ubuntu为例): sudo apt install redis-server sudo service redis-server start sudo service redis-server status 检查服务启动正常后再运行npm start
碰到同样问题,可能是pip tsinghua源的问题,我是替换为tencent源解决的
The same error was encountered. It's solved using below steps. 1. Run "nvcc -V" to check whether or not nvcc is installed correctly. 2. If nvcc is not installed, run...