MMD4UnityTools
🛠 Tools for unity HDRP helps make mmd easy
Installation
- Download and import the unitypackage to your project from the Release tab.
- Follow the instructions in the README.md for usage.
Usage
- Detailed usage instructions can be found in the README.md file.
Credits
- mmd-for-unity
License
- WTFPL license
## 3. 项目的配置文件介绍
项目的配置文件主要是 `package.json`,它包含了项目的依赖和版本信息。以下是 `package.json` 的主要内容:
```json
{
"name": "MMD4UnityTools",
"version": "1.0.0",
"description": "Tools for unity HDRP helps make mmd easy",
"main": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShiinaManatsu/MMD4UnityTools.git"
},
"keywords": [
"MMD",
"Unity",
"HDRP"
],
"author": "ShiinaManatsu",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/ShiinaManatsu/MMD4UnityTools/issues"
},
"homepage": "https://github.com/ShiinaManatsu/MMD4UnityTools#readme"
}
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考



