mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 02:24:57 -05:00
jinja template は { } のエスケープ無用
This commit is contained in:
@@ -45,16 +45,16 @@ You can also install via editing `Packages/manifest.json` directly.
|
||||
|
||||
```json5
|
||||
// Packages/manifest.json
|
||||
{{
|
||||
"dependencies": {{
|
||||
{
|
||||
"dependencies": {
|
||||
// ...
|
||||
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v{version}",
|
||||
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v{version}",
|
||||
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v{version}",
|
||||
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v{version}",
|
||||
// ...
|
||||
}}
|
||||
}}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
Reference in New Issue
Block a user