mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 23:18:04 -05:00
UPMの問題に遭遇。submodule の応急処置
.gitmodules の更新が 過去のバージョンの UPM 参照も含めて破壊してしまう現象が発生。 応急処置として、いったん元に戻します。
This commit is contained in:
parent
193c8c9f18
commit
f93c2bfc3b
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,9 +1,9 @@
|
|||
[submodule "MToon"]
|
||||
path = Assets/VRMShaders/MToon
|
||||
url = https://github.com/Santarh/MToon.git
|
||||
[submodule "vrm-specification"]
|
||||
path = vrm-specification
|
||||
url = https://github.com/vrm-c/vrm-specification.git
|
||||
[submodule "glTF"]
|
||||
path = glTF
|
||||
url = https://github.com/KhronosGroup/glTF.git
|
||||
[submodule "Assets/VRMShaders/VRM/MToon"]
|
||||
path = Assets/VRMShaders/VRM/MToon
|
||||
url = https://github.com/Santarh/MToon.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user