ScriptableData/package.json

27 lines
620 B
JSON
Raw Normal View History

2021-12-22 11:55:51 +01:00
{
2021-12-22 12:53:49 +01:00
"name": "com.vertexcolor.scriptabledata",
"displayName": "ScriptableData",
2022-05-07 01:39:35 +02:00
"version": "1.1.3",
2021-12-22 12:53:49 +01:00
"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
}