2021-12-22 11:55:51 +01:00
|
|
|
{
|
2021-12-22 12:53:49 +01:00
|
|
|
"name": "com.vertexcolor.scriptabledata",
|
|
|
|
"displayName": "ScriptableData",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"unity": "2019.1",
|
|
|
|
"description": "ScriptableData code base for ScriptableObject workflow.",
|
2021-12-22 11:55:51 +01:00
|
|
|
"category": "Tool",
|
2021-12-22 12:53:49 +01:00
|
|
|
"type": "library",
|
2021-12-22 11:55:51 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"author": {
|
|
|
|
"name": "Max Kruf",
|
|
|
|
"email": "info@maxartz15.com",
|
|
|
|
"url": "https://www.maxartz15.com"
|
|
|
|
},
|
|
|
|
"keywords": [
|
2021-12-22 12:53:49 +01:00
|
|
|
"ScriptableObject",
|
|
|
|
"ScriptableData",
|
|
|
|
"ScriptableEvent"
|
2021-12-22 11:55:51 +01:00
|
|
|
],
|
|
|
|
"samples": [
|
|
|
|
{
|
2021-12-22 12:53:49 +01:00
|
|
|
"displayName": "BaseTypes",
|
|
|
|
"description": "ScriptableData base types",
|
|
|
|
"path": "Samples~/BaseTypes"
|
2021-12-22 11:55:51 +01:00
|
|
|
}
|
|
|
|
]
|
2021-12-22 12:53:49 +01:00
|
|
|
}
|