180bpm
xcode 6과 unity 4.3.3에서 빌드할때 unity3d Use of undeclared identifier 'GL_BGRA_EXT' 에러 본문
Develop/Unity
xcode 6과 unity 4.3.3에서 빌드할때 unity3d Use of undeclared identifier 'GL_BGRA_EXT' 에러
powdersnow 2014. 10. 10. 15:57반응형
구버전의 유니티와 최신버전의 XCODE 로 인한 충돌.
#include <OpenGLES/ES2/glext.h> 헤더 추가
http://forum.unity3d.com/threads/ios8-xcode6-compatibility.249533/#post-1667236
반응형
Comments