Unity
[Unity] error cs8377 : 해결 방법
대왕휴지
2024. 1. 28. 16:48
언젠가 나타난 이 오류..
library\packagecache\cohttp://m.unity.jobs@0.2.10-preview.13\unity.jobs\ijobparallelfordefer.cs(73,85): error cs8377: the type 'u' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 't' in the generic type or method 'nativelist<t>'
해결법
1. Edit > project setting > PackageManager
Show Dependencies => 체크
2. window > Package Manager
jobs 이걸 업데이트 해준다.
그럼 오류 사라짐.