반응형 Unity26 Unity Camera Unity Camera 옵션 카메라 Projection 옵션 Perspective와 Orthographic 2가지 Projection은 카메라를 화면에 어떤식으로 투영할지를 결정 Perspective : 원근법이 적용되는 3D 화면 Orthographic : 직각 투영으로 원근법이 없는 2D or 2,5D Good tutorials https://learn.unity.com/tutorial/working-with-unity-cameras-questions https://learn.unity.com/tutorial/controlling-unity-camera-behaviour# 2023. 1. 5. AR foundation Sample Test 해보기 안녕하세요! AR foundation을 사용해보면서 간단히 AR Foundation Sample을 실행시키는 방법을 정리한 포스팅입니다! ARFoundaion은 Unity에서 제공하는 AR 관련 API입니다. 구글이나 애플에서 제공하는 AR Core와 ARKit 기능들을 한 번에 사용할 수 있게 사용 가능하도록 도와주는 아주 좋은 기능이에요! 자세하게 AR Foundaion일 알고 싶으시다면 아래의 링크를 참고하세요! https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@5.0/manual/index.html AR Foundation | AR Foundation | 5.0.3 AR Foundation AR Foundation enables you to.. 2023. 1. 3. Mac OS Ventura에서 Unity package management window 글씨 깨지는 이슈 Mac OS Ventura로 업데이트를 한 후에 아래의 사진과 같이 Package management window의 글씨들이 꺠지기 시작했다. Unity Fourm에서 비슷한 이슈를 찾아본 결과 해결방법을 찾았다! 포럼에서 관련 이슈 글 - https://forum.unity.com/threads/encoding-broken-after-mac-ventura-update.1354490/ Bug - Encoding broken after Mac Ventura update Hello, I upgraded my Mac to Ventura and all the windows that open, for example, the package manager, have broken the encoding, the tex.. 2023. 1. 3. Unity Firebase analytics IDFA 정보 수집없이 사용하기 iOS 14.5에서 Apple은 개발자가 앱 추적 투명성 프레임워크를 통해 사용자를 추적하거나 기기의 IDFA(광고 식별자)에 액세스 할 수 있는 권한을 받도록 요구합니다. 자세한 내용은 Apple의 사용자 개인정보 보호 및 데이터 사용 과 Apple의 앱 추적 투명성 문서를 참고! Firebase 서비스 중에 Analytics 서비스는 위에 정책의 영향을 받을 수 있습니다. Firebase iOS Platfrom은 cocoapods을 이용하여, 서비스를 제공합니다. # Add the Firebase pod for Google Analytics #pod 'FirebaseAnalytics' # For Analytics without IDFA collection capability, use this pod .. 2022. 12. 5. 이전 1 2 3 4 5 6 7 다음 반응형