반응형 Unity26 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 ··· 4 5 6 7 다음 반응형