Storyline+Dialog初步
This commit is contained in:
33
Packages/io.continis.subassets/package.json
Normal file
33
Packages/io.continis.subassets/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "io.continis.subassets",
|
||||
"displayName": "SubAssets Toolbox",
|
||||
"version": "1.1.0",
|
||||
"unity": "2022.1",
|
||||
"description": "A toolbox of workflows and API to easily create, delete, move and reference sub-assets.",
|
||||
"keywords": [
|
||||
"subassets",
|
||||
"sub",
|
||||
"assets",
|
||||
"sub-assets",
|
||||
"scriptable",
|
||||
"scriptableObjects"
|
||||
],
|
||||
"author": {
|
||||
"name": "Ciro Continisio",
|
||||
"url": "https://tools.continis.io/",
|
||||
"email": "buoybase@gmail.com"
|
||||
},
|
||||
"type": "tool",
|
||||
"dependencies": {
|
||||
"com.unity.settings-manager": "2.0.1"
|
||||
},
|
||||
"documentationUrl": "https://tools.continis.io/v/subassets-toolbox/",
|
||||
"changelogUrl": "https://tools.continis.io/v/subassets-toolbox/changelog",
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "SubAsset Aware ScriptableObjects",
|
||||
"description": "This sample demonstrates how to create ScriptableObjects that can keep a reference to their sub-assets.",
|
||||
"path": "Samples~/SubAssetAwareScriptableObjects"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user