반응형 분류 전체보기76 What is the Unity as a library(uaal) Uaal이란?Unity에서는 Unity 2019.4 이상의 버전을 사용하면 Unity를 라이브러리로 사용하여 Unity 런타임과 콘텐츠를 통합하고 iOS/Android의 기본 플랫폼 앱에서 실행할 수 있고 증강 현실(AR), 3D/2D 실시간 렌더링, 2D 미니 게임과 같은 기능을 모바일 앱에 바로 추가할 수 있습니다. Unity에서는 아래의 2개의 Uaal example project를 제공합니다github.com/Unity-Technologies/uaal-exampleUnity-Technologies/uaal-exampleContribute to Unity-Technologies/uaal-example development by creating an account on GitHub.github.com.. 2021. 5. 2. Unity Social service 공유 하기 기능 구현하기 안녕하세요. 각종 Social service에 Text나 Image를 공유하는 use case가 있습니다. Android , iOS 플랫폼에서 Social service에 공유 기능을 쉽게 할 수 있는 Asset을 이용해 구현해보겠습니다. 공유 기능에 사용한 plugin은 UnityNativeShare입니다. github.com/yasirkula/UnityNativeShare yasirkula/UnityNativeShare A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS - yasirkula/UnityNativeShare github.com 위의 깃헙 페이지에 .. 2021. 4. 11. 앱 마케팅 지표에서 사용되는 용어 정리 UV (Unique visitor) : 순 방문자수 일정기간 내에 게임에 접속한 실제 이용자 수를 의미한다 동일 유저가 여러번 방문해도1로 카운트 하며, 모바일 게임의 경우 기기ID 또는 유저ID, 웹의 경우 쿠키로 측정을 한다 DAU (Daily Active User) : 일일 사용자수 MAU (Monthly Active User) : 월간 한번이상 접속 사용자수 WAU (Weekly Active User) : 한주간 한번이상 접속 사용자수 NRU (New Registered User) : 신규 이용자 수 CCU (Concurrent User) : 동시접속자 수 MCU (Maximum Concur-ent User) : 하루 동안 가장 높은 동시 접속자 수 ARPU (Average Revenue Per .. 2021. 2. 16. Django Basic 정리 1.Virtualenv 사용 이유? Running with the system Python and libraries limits you to one specific Python version, chosen by your OS provider. Trying to run all Python applications on one Python installation makes it likely that version conflicts will occur among the collection of libraries. It's also possible that changes to the system Python will break other OS features that depend on it 2.기본 명령어들 2... 2021. 1. 8. 이전 1 ··· 14 15 16 17 18 19 다음 반응형