Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- jenkins_sudo
- sourcetree_authencicationfailed
- etc2
- python3.12.4
- Unity2022
- apkipa업로드저장소
- owasp_dependency_check
- python_distutils_module_missing
- unreal_android_빌드옵션
- xcode_targeting
- cookcontent
- appcenter대체
- jenkins_계정삭제
- asset database_androidlib
- molocon24내용정리
- molocon24후기
- unreal_contentmanagement
- unrealbuildcommand
- unreal_flavorselection
- jenkins_role관리_플러그인
- unity package_androidlib
- unrealbuildshellscript
- sourcetree_accessdenied
- xcode-select_jeknins
- unreal_binaryselection
- dxt
- owasp_depdendency_check_shell
- molocon24
- jenkins_owasp
- ChatGPT
Archives
- Today
- Total
목록unity package_androidlib (1)
mystic-agit 개발 블로그

현재 Unity 프로젝트를 패키지화 할때 AssetDatabase.ExportPackage() 호출로 .unitypackage 파일을 구성할 수 있다.// 두 경로를 포함하여 .unitypackage 파일을 생성하는 예AssetDatabase.ExportPackage(new string[] { "mysticagit/data", "mysticagit/resource"}, "mysticagit.unitypackage", ExportPackageOptions.Recurse); Unity 2019.4 버전 이후 부터 Android 리소스를 포함하기 위해선 /Assets/Plugins/Android/res 와 같이 포함하는 방법이 아닌{리소스프로젝트이름}.androidlib/{AndroidNative 프로젝..
Unity
2024. 5. 14. 17:12