분류 전체보기 62

[Unity Issue] mainTemplate.gradle file is using the old aaptOptions noCompress property definition which does not include types defined by unityStreamingAssets constant.

Unity 버전을 올리고 Android로 Build하는 와중 아래와 같은 이슈가 발생하였다. mainTemplate.gradle file is using the old aaptOptions noCompress property definition which does not include types defined by unityStreamingAssets constant. launcherTemplate.gradle file is using the old aaptOptions noCompress property definition which does not include types defined by unityStreamingAssets constant. 이슈는 말 그대로 noCompress Property라..

Issue Tracking 2021.09.07

Android 그림판 앱 만들기 Side Project - 소개

원래 사진 편집 어플리케이션을 제작하려 하다가 안드로이드 앱 개발은 오랜만이라 커스텀 뷰나 이것저것 공부하다보니 그림판 앱을 먼저 만들어 보게 되었습니다. 어떤식으로 만들어 볼까 하다 위와 같이 기본 LandScape 형태의 그림판 앱을 만들어 보고자 했습니다. 기능은 1. Undo, Redo 기능 2. 만든 그림 갤러리에 저장하기 기능 3. 그리기 - 팬 4. 지우개 5. 사각형, 원 그리기 6. 문자 삽입 기능 7. 이미지 불러오기 기능 8. 색상 바꾸기 9. 팬 두께 설정 이렇게 9가지 기능으로 생각했습니다. 꾸준히 조금씩 앱 제작을 진행하여 플레이스토어에 출시까지 성공적으로 잘 되었으면 좋겠습니다. 저의 유튜브에 제가 만들고 있는 그림판 앱의 진행과정을 올리고 있습니다. https://youtu...

SideProject 2021.09.06