반응형 Unity23 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. ClassNotFoundException on Unity Android plugin Android Unity nativeplugin 을 개발 도중에 ClassNotFoundException Exception나는 경우를 만났다 비슷한 형태의 Error Log > com.unity3d.player.UnityPlayer$c.run(Unknown > Source:20) 02-05 22:45:56.281: > E/Unity(23488): Caused by: > java.lang.ClassNotFoundException: > Didn't find class 작업하고 있는 plug in은 다음과 같이 라이브러리별 Dependency를 가지고 있다 A: Unity에서 Native API를 호출 가능하게 해주는 Bridge 역할의 AAR B: 특정 기능의 역할의 AAR - A에서 B를 참조하는 형태 A.. 2020. 6. 28. 이전 1 ··· 3 4 5 6 다음 반응형