24 lines
853 B
Markdown
24 lines
853 B
Markdown
|
vmc4ue patch rebuild for `ue5.4`
|
||
|
|
||
|
- https://github.com/HAL9HARUKU/VMC4UE
|
||
|
- https://github.com/HAL9HARUKU/ueOSC
|
||
|
- https://github.com/HAL9HARUKU/VRMMapExporter
|
||
|
- https://github.com/vrm-c/UniVRM
|
||
|
|
||
|
[unity](https://unity.com/)で`VRMMapExporter`から`$model.vrmmap`を作る。ABPで読み込む。
|
||
|
|
||
|
`VMC4UE`は`$project.sln`を生成して`visual studio solution`でrebuildする。
|
||
|
|
||
|
ただし、この方法で表情を動かすことはできない。
|
||
|
|
||
|
```sh
|
||
|
$ git clone https://github.com/HAL9HARUKU/VMC4UE
|
||
|
$ cd VMC4UE
|
||
|
$ git reset --hard b5a6cf96e5928551d8e3e20b74705e3e8f22a1df
|
||
|
$ cd ..
|
||
|
|
||
|
# example
|
||
|
$ patch -u ./VMC4UE/VMC4UE/Source/VMC4UE/Source/VMC4UEBlueprintFunctionLibrary.cpp < VMC4UEBlueprintFunctionLibrary.cpp.patch
|
||
|
$ patch -u ./VMC4UE/VMC4UE/Source/VMC4UEEd/Source/VMC4UEBoneMappingAssetFactory.cpp < VMC4UEBoneMappingAssetFactory.cpp.patch
|
||
|
```
|