일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- addressable
- 플러그인
- 디자인 패턴
- 스프라이트 아틀라스
- Reflection
- 1인 개발
- 게임 개발
- 최적화
- Addressable System
- equals
- sprite atlas
- UniRx
- Unboxing
- ScriptableObject
- Android Plugin
- Post Processing
- design pattern
- 포스트 프로세싱
- Unity
- ReferenceEquals
- Zenject
- Strategy Pattern
- Abstract Factory Pattern
- ==
- c#
- 인앱 결제
- Boxing
Archives
- Today
- Total
목록이슈 (2)
One_KWS
iOS로 Platform 변경후 빌드시 오류 해결
에러 iOS 플랫폼으로 변경후 빌드 또는 Addressable 에셋 빌드를 할 때 아래와 같은 오류가 발생했다. The type ‘iOSStoreBindings’ exists in both ‘UnityEngine.Purchasing.Apple, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ and ‘UnityEngine.Purchasing.AppleStub, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ 해결 방법 Window → Package Manager에서 Scriptable Build Pipeline 버전을 최신 버전으로 업데이트한 후 다시 빌드하면 해결된다. 참고 https://forum.un..
이슈
2023. 3. 22. 22:42
Xcode iOS 빌드시 NSInvalidArgumentException 해결
이슈 내용 Unity로 iOS 빌드를 할 때 Xcode에서 아래와 같은 오류가 발생했다. Uncaught exception: NSInvalidArgumentException: You must specify |clientID| for |GIDSignIn| 해결 방법 GoogleService-Info.plist의 Target Membership을 UnityFramework에서 Unity-iPhone으로 변경한다. 참고 https://github.com/googlesamples/google-signin-unity/issues/63
이슈
2023. 3. 22. 22:35