Version: 2022.1
언어: 한국어
iOS용 Unity
iOS 빌드 프로세스 살펴보기

iOS 요구사항 및 호환성

This page contains system requirements and compatibility information for iOS development in Unity.

iOS 버전 지원

Unity supports iOS 13 and above. For more information, see PlayerSettings.iOS-targetOSVersionString.

그래픽스 API 지원

iOS devices support Metal. For more information, see Metal Graphics API.

오디오 압축

Unity supports importing a variety of source format sound files. However, when importing these files (with the exception of tracker files), they are always re-encoded to the build target format. By default, this format is Vorbis, though this can be overridden per platform to other formats (ADPCM, MP3, etc.) if required. Vorbis playback provides better compression and quality for iOS compared with MP3 playback.

DXT 텍스처 압축 대신 ASTC 및 PVRTC

Unity iOS does not support DXT textures. Instead, ASTC, PVRTC, ETC2, and ETC texture compression are natively supported by iPhone/iPad devices. For more information about iOS texture formats, see texture import settings and texture compression format.

iOS용 Unity
iOS 빌드 프로세스 살펴보기