Unity
[Unity] Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Models\Providers\Collab.cs(740,25): error CS0433: The type 'Task' exists in both 'Unity.Tasks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'mscorlib, Version=4.0..
G A
2021. 7. 13. 04:30
유니티 프로젝트 버전 마이그레이션(Unity 5.6.6f2 -> Unity 2020.3.13f1) 과정 중 다음과 같은 에러가 발생했다.
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Models\Providers\Collab.cs(740,25): error CS0433: The type 'Task' exists in both 'Unity.Tasks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Library\PackageCache 경로에 있는 com.unity.collab-proxy@1.5 캐시 폴더를 지우면 해결된다.
반응형