Unity3D에서 iOS 빌드시 발생하는 에러
원인 :
-> iOS를 이용하는 MONO 프로젝트의 가상머신 호환성 문제로 생겨나는 에러.
-> 너무 많은 재귀호출이 될때 발생되는 문제.
-> 이해를 위한 링크 : http://www.unitystudy.net/bbs/board.php?bo_table=dustin&wr_id=365
-> Unity3D Forum에서도 확인 가능 : http://unity3d.com/search?refinement=answers&gq=Ran%20out%20of%20trampolines%20of%20type%202
해결법 :
Build Settings -> Player Settings -> Optimizatoin -> AOT Compilation Options -> nimt-trampolines=512
'IT > Dev' 카테고리의 다른 글
50 Tips for Working with Unity (Best Practices) (0) | 2014.11.26 |
---|---|
Asset Store 구입한 패키지 저장되는 경로 (0) | 2014.10.11 |
NullReferenceException: Object reference not set to an instance of an object (0) | 2014.10.10 |
유즈 케이스 예 (0) | 2014.10.10 |
Platformer, Platform game, 플렛포머, 플렛폼 게임 (0) | 2014.09.22 |