본문 바로가기
반응형

분류 전체보기75

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.
Android Emulator에서 WIFI Internet 접속이 안되는 경우 Android TV 개발을 위해 Sample을 돌려보던 중, TV Emulator에서 Internet 접속이 되지 않았다 MAC 기준 WIFI - > Advanced -> DNS Tap -> 8.8.8.8 추가한다 Emulator 제시작 하면 완료 2020. 12. 6.
반응형