mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-11-21 15:15:36 +01:00
Update package.json
This commit is contained in:
parent
23f7283e28
commit
840cf5ea4d
51
package.json
51
package.json
@ -1,29 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "com.textus-games.serialized-reference-ui",
|
"name": "com.textus-games.serialized-reference-ui",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"displayName": "Serialize Reference UI",
|
"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.",
|
"description": "The UI for Unity's SerealizedReference attribute. It allows changing the instance type of a field right in the editor.",
|
||||||
"unity": "2019.3",
|
"unity": "2019.3",
|
||||||
"keywords":
|
"keywords": [
|
||||||
[
|
"serialization",
|
||||||
"serialization",
|
"editor",
|
||||||
"editor",
|
"utility"
|
||||||
"utility"
|
],
|
||||||
],
|
"samples": [
|
||||||
"samples":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"displayName": "Animal world Assembly",
|
|
||||||
"path": "Samples~/ExampleAnimalWorldAssembly"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"displayName": "Usage from different Assembly",
|
|
||||||
"path": "Samples~/ExampleOfUsageFromDifferentAssembly"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"author":
|
|
||||||
{
|
{
|
||||||
"name": "Textus Games",
|
"displayName": "Animal world Assembly",
|
||||||
"url": "https://github.com/TextusGames"
|
"path": "Samples~/ExampleAnimalWorldAssembly"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"displayName": "Usage from different Assembly",
|
||||||
|
"path": "Samples~/ExampleOfUsageFromDifferentAssembly"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"displayName": "Achievement system setup Assembly",
|
||||||
|
"path": "Samples~/ExamplesAchievementSysemAssembly"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"author": {
|
||||||
|
"name": "Textus Games",
|
||||||
|
"url": "https://github.com/TextusGames"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user