728x90 분류 전체보기550 IOS 출시 unity https://blog.naver.com/PostView.nhn?blogId=eastfever5&logNo=221970816927 Unity iOS 빌드 TestFlight에 올리기 1편최근에 Unity에서 iOS빌드를 개발폰에 설치하는 과정을 정리했었는데요. 이번에는 Unity iOS빌드를 ...blog.naver.com 2024. 6. 29. unity 용량 큰 상태로 올리기 텍스쳐를 줄이는도 좋지만줄이다가 못줄이시면다음과 같은 방법도 좋습니다. 200mb넘는 빌드파일도 스토어에 올릴수 있습니다.https://docs.unity3d.com/kr/2023.2/Manual/play-asset-delivery.html 2024. 6. 28. unity 유니티 최적화 texture 압축 compression https://www.youtube.com/watch?v=nqvU01lxCzMunity 유니티 최적화 texture 압축 compression 2024. 6. 28. unity ads testmode using UnityEngine;using UnityEngine.Advertisements;public class AdsInitializer : MonoBehaviour, IUnityAdsInitializationListener{ [SerializeField] string _androidGameId; [SerializeField] string _iOSGameId; [SerializeField] bool _testMode = true; // 초기값은 true로 설정합니다. private string _gameId; void Awake() { SetTestMode(); InitializeAds(); } private void SetTestMode() {#if DEBUG _testMode = true;#els.. 2024. 6. 26. 이전 1 ··· 10 11 12 13 14 15 16 ··· 138 다음 728x90