您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
9 行
464 B
9 行
464 B
git init
|
|
git remote add origin -f https://github.com/Unity-Technologies/Graphics
|
|
git checkout -b universal/enlighten-suppport
|
|
git config core.sparsecheckout true
|
|
echo com.unity.render-pipelines.core/ >> .git/info/sparse-checkout
|
|
echo com.unity.render-pipelines.universal/ >> .git/info/sparse-checkout
|
|
echo com.unity.shadergraph/ >> .git/info/sparse-checkout
|
|
echo com.unity.visualeffectgraph/ >> .git/info/sparse-checkout
|
|
git pull origin universal/enlighten-support
|