Update package.json

This commit is contained in:
max 2022-12-28 14:56:16 +01:00
parent 23f7283e28
commit 840cf5ea4d

View File

@ -1,17 +1,15 @@
{ {
"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", "displayName": "Animal world Assembly",
"path": "Samples~/ExampleAnimalWorldAssembly" "path": "Samples~/ExampleAnimalWorldAssembly"
@ -19,10 +17,13 @@
{ {
"displayName": "Usage from different Assembly", "displayName": "Usage from different Assembly",
"path": "Samples~/ExampleOfUsageFromDifferentAssembly" "path": "Samples~/ExampleOfUsageFromDifferentAssembly"
},
{
"displayName": "Achievement system setup Assembly",
"path": "Samples~/ExamplesAchievementSysemAssembly"
} }
], ],
"author": "author": {
{
"name": "Textus Games", "name": "Textus Games",
"url": "https://github.com/TextusGames" "url": "https://github.com/TextusGames"
} }