UnitySerializedReferenceUI/package.json

30 lines
829 B
JSON
Raw Normal View History

2021-05-26 20:37:00 +02:00
{
2022-12-28 14:56:16 +01:00
"name": "com.textus-games.serialized-reference-ui",
"version": "1.1.0",
"displayName": "Serialize Reference UI",
"description": "The UI for Unity's SerealizedReference attribute. It allows changing the instance type of a field right in the editor.",
"unity": "2019.3",
"keywords": [
"serialization",
"editor",
"utility"
],
"samples": [
2021-05-26 20:37:00 +02:00
{
2022-12-28 14:56:16 +01:00
"displayName": "Animal world Assembly",
"path": "Samples~/ExampleAnimalWorldAssembly"
},
{
"displayName": "Usage from different Assembly",
"path": "Samples~/ExampleOfUsageFromDifferentAssembly"
},
{
"displayName": "Achievement system setup Assembly",
"path": "Samples~/ExamplesAchievementSysemAssembly"
2021-05-26 20:37:00 +02:00
}
2022-12-28 14:56:16 +01:00
],
"author": {
"name": "Textus Games",
"url": "https://github.com/TextusGames"
}
2021-05-26 20:37:00 +02:00
}