enable 3D Ball sample import button in package manager for unity sdk (#5665)

* enable 3D Ball sample import button in package manager for unity sdk

* add Samples folder

* add meta file

* fix git ignore config
This commit is contained in:
Xun Cao 2022-01-13 12:21:21 -08:00 коммит произвёл GitHub
Родитель f0393812b2
Коммит 9d84b91c7f
8 изменённых файлов: 40 добавлений и 3 удалений

3
com.unity.ml-agents/.gitignore поставляемый
Просмотреть файл

@ -10,6 +10,7 @@ npm-debug.log
build.sh.meta
build.bat.meta
.idea/
!Samples/*/*.unitypackage
/[Ll]ibrary/
/Logs/
@ -21,8 +22,6 @@ build.bat.meta
/Assets/Plugins*
/Assets/Demonstrations*
/csharp_timers.json
/Samples/
/Samples.meta
# Visual Studio 2015 cache directory
/.vs/

Просмотреть файл

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: bce2b8d9e5709451896c57446b6c7aa4
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Просмотреть файл

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 766028f90a622473589c5551b2612b61
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Просмотреть файл

@ -0,0 +1 @@
{"displayName":"3D Ball","description":"The 3D Ball sample is a simple environment that is a great for jumping into Ml-Agents to see how things work."}

Просмотреть файл

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6b6f1c189dc84df391d1c3ccb13a54f7
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Двоичные данные
com.unity.ml-agents/Samples/3DBall/3DBall.unitypackage Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 18fe6d3f5e0c24953aba517cd60c68f3
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Просмотреть файл

@ -8,5 +8,12 @@
"com.unity.barracuda": "2.3.1-preview",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
}
},
"samples": [
{
"displayName": "3D Ball",
"description": "The 3D Ball sample is a simple environment that is a great for jumping into Ml-Agents to see how things work.",
"path": "Samples/3DBall"
}
]
}