공부/Unity

Unity IL2CPP

Lero God 2023. 7. 21. 17:51

문제들 제기 글 : https://forum.unity.com/threads/no-ahead-of-time-aot-code-was-generated.1292997/

https://forum.unity.com/threads/no-ahead-of-time-aot-code-was-generated-issue-in-unity-2020-3.1112890/

 

해결 : https://forum.unity.com/threads/no-ahead-of-time-aot-code-was-generated-issue-in-unity-2020-3.1112890/

unity 해당 해결 방법에 관한 글 : https://blog.unity.com/engine-platform/il2cpp-full-generic-sharing-in-unity-2022-1-beta

https://blog.unity.com/engine-platform/il2cpp-internals-generic-sharing-implementation

 

안드로이드에서 faster (smaller) builds 활성화 & Development build & script debugging 켰을 때 문제 - https://forum.unity.com/threads/im-able-to-build-both-production-and-development-but-not-script-debugging-on.1187170/

 

faster runtime 으로 해결 방법 - https://docs.unity3d.com/kr/2018.4/Manual/ScriptingRestrictions.html

 

faster runtime 과 faster (smaller) buils 비교, 어떤 경우에 사용할지 정리 글 - https://daisy0461.tistory.com/53

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

'공부 > Unity' 카테고리의 다른 글

Android process 의 waitfor() 호출 시 에러  (0) 2023.12.27
Async/await with a Func delegate  (0) 2023.07.12