33 lines
981 B
JSON
33 lines
981 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |