Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinjn/pkg-doctor
包体医生,Unity 及 Unreal 游戏包体优化工具
https://github.com/vinjn/pkg-doctor
apk apk-parser optimization unity unity3d unreal unreal-engine
Last synced: 8 days ago
JSON representation
包体医生,Unity 及 Unreal 游戏包体优化工具
- Host: GitHub
- URL: https://github.com/vinjn/pkg-doctor
- Owner: vinjn
- License: mit
- Created: 2021-02-20T08:53:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T04:15:20.000Z (about 2 years ago)
- Last Synced: 2024-12-06T03:40:57.596Z (21 days ago)
- Topics: apk, apk-parser, optimization, unity, unity3d, unreal, unreal-engine
- Language: C#
- Homepage:
- Size: 3.37 MB
- Stars: 205
- Watchers: 9
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 修改
- 升级AssetStudio为最新
- 升级为[FBX SDK 2020.2.1](https://damassets.autodesk.net/content/dam/autodesk/www/adn/fbx/2020)(AssetStudio需要)
- 编译器版本为Vs2022(AssetStudio需要)
- 修改运行方式,这里面没修改解决方案直接用的AssetStudio```shell
AssetStudioGUI.exe /path/to/game.apk
```
# pkg-doctor
包体医生,Unity 及 Unreal 游戏包体优化工具。
# 分析 Unity 游戏包体
## 下载预编译版本
https://github.com/taptap/pkg-doctor/releases## 也可手动生成 pkg-doctor.exe
- 安装 [FBX SDK 2020.1](https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-1/fbx20201_fbxsdk_vs2017_win.exe)
- 打开 AssetStudio\AssetStudio.sln
- 选择 Release 模式
- 生成 AssetStudio\AssetStudioGUI\bin\Release\pkg-doctor.exe## 分析 Unity 游戏 apk 或 ipa
> pkg-doctor.exe /path/to/game.apk
> pkg-doctor.exe /path/to/game.ipa
## 分析 Unity 游戏资源文件夹
> pkg-doctor.exe /path/to/game/data/
# 分析 Unreal 游戏包体 [开发 ing]
## 生成 pkg-doctor.exe
- 进入 *Engine\Source\Programs* 目录
- mklink /D UnrealPakViewer /path/to/pkg-doctor/UnrealPakViewer
- 重新生成解决方案编译