레퍼런스/생성형AI
3일차 수요일
UNREAL
2024. 7. 17. 15:13
GitHub - nashorn74/GenAIAndroidGameExam
HTTPS카
클론한다.
Get from VCS를 누른다.
URL에 붙여넣는다.
android id를 변경해야하는것 같다.
src밑 폴더 이름을 게임 이름으로 변경한다.
build.gradle.kts 파일내 namespace applicationID를 변경한다.
Android 고유식별자 (unique identifiers) :: DN_Developer (tistory.com)
[안드로이드 Android] applicationId, application id 변경 (tistory.com)
사진 크랍은
ios 1024x1025
android 512x512
icon운 무손실 png로 한다.
메인화면 그림은 참한걸로
414x736
App>Assets>res밑의 Mpmap의 icon을 만들수 있다.
스크립트는 values>strings.xml에 있다.
DB는 assets>event>hearbeats_idol.db이다.
SQLite는 커맨드 버전이라 GUI를 위해서는 프로그램이 필요하다.
Downloads - DB Browser for SQLite (sqlitebrowser.org)
예제 리소스는 git 에 있다.
GitHub - nashorn74/GenAIGameResource