UPMの問題に遭遇。submodule の応急処置

.gitmodules の更新が 過去のバージョンの UPM 参照も含めて破壊してしまう現象が発生。
応急処置として、いったん元に戻します。
This commit is contained in:
ousttrue 2021-04-09 14:43:20 +09:00 committed by GitHub
parent 193c8c9f18
commit f93c2bfc3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitmodules vendored
View File

@ -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