Game Engine/유니티(Unity)
에러: could not produce class with id 137. this could be caused by a class being stripped from the build even though it is needed
3영2
2023. 6. 12. 12:51
반응형
e/unity: could not produce class with id 137. this could be caused by a class being stripped from the build even though it is needed. try disabling 'strip engine code' in player settings.
에셋번들 불러올때
빌드에 class가 포함되지 않아서 정상적으로 노출되지 않는 현상
Mono 빌드에서는 발생안하는데
IL2CPP 빌드에서 발생
Strip Engine Code 체크 해제
반응형