2021-05-26 20:37:00 +02:00
|
|
|
{
|
|
|
|
"name": "com.textus-games.serialized-reference-ui",
|
|
|
|
"version": "1.0.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"
|
|
|
|
],
|
2021-05-26 20:44:53 +02:00
|
|
|
"samples":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"displayName": "Animal world Assembly",
|
|
|
|
"path": "Samples~/ExampleAnimalWorldAssembly"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"displayName": "Usage from different Assembly",
|
|
|
|
"path": "Samples~/ExampleOfUsageFromDifferentAssembly"
|
|
|
|
}
|
|
|
|
],
|
2021-05-26 20:37:00 +02:00
|
|
|
"author":
|
|
|
|
{
|
|
|
|
"name": "TextusGames",
|
|
|
|
"url": "https://github.com/TextusGames"
|
|
|
|
}
|
|
|
|
}
|