mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-11-21 15:15:36 +01:00
29 lines
795 B
JSON
29 lines
795 B
JSON
{
|
|
"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"
|
|
],
|
|
"samples":
|
|
[
|
|
{
|
|
"displayName": "Animal world Assembly",
|
|
"path": "Samples~/ExampleAnimalWorldAssembly"
|
|
},
|
|
{
|
|
"displayName": "Usage from different Assembly",
|
|
"path": "Samples~/ExampleOfUsageFromDifferentAssembly"
|
|
}
|
|
],
|
|
"author":
|
|
{
|
|
"name": "Textus Games",
|
|
"url": "https://github.com/TextusGames"
|
|
}
|
|
} |