Skip to content

Instantly share code, notes, and snippets.

@monry
Created April 19, 2021 07:56
Show Gist options
  • Save monry/aabb48212e92482951b0dbca4346b7b6 to your computer and use it in GitHub Desktop.
Save monry/aabb48212e92482951b0dbca4346b7b6 to your computer and use it in GitHub Desktop.
gitDependencies を含む package.json の例
{
// snip
"dependencies": {
"com.unity.addressables": "1.17.15",
"com.unity.test-framework": "1.1.22",
"com.unity.textmeshpro": "3.0.4",
"com.unity.timeline": "1.4.5"
},
"gitDependencies": {
"com.cysharp.unitask": "git+ssh://git@github.com/Cysharp/UniTask.git?path=/src/UniTask/Assets/Plugins/UniTask/#2.2.4",
"com.neuecc.unirx": "git+ssh://git@github.com/neuecc/UniRx.git?path=/Assets/Plugins/UniRx/Scripts/#c244f9a",
"jp.hadashikick.vcontainer": "git+ssh://git@github.com/hadashiA/VContainer.git?path=/VContainer/Assets/VContainer/#1.5.10"
},
// snip
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment