Merge branch 'main' into feature/support-contravariance

This commit is contained in:
Makihiro 2024-10-27 16:02:43 +09:00
commit a3597f28e0
3 changed files with 5 additions and 5 deletions

View File

@ -12,6 +12,6 @@ body:
- type: textarea - type: textarea
id: feature-description id: feature-description
attributes: attributes:
label: Feature destription label: Feature description
validations: validations:
required: true required: true

View File

@ -12,6 +12,6 @@ body:
- type: textarea - type: textarea
id: improvement-description id: improvement-description
attributes: attributes:
label: Improvement destription label: Improvement description
validations: validations:
required: true required: true

View File

@ -2,7 +2,7 @@
"name": "com.mackysoft.serializereference-extensions", "name": "com.mackysoft.serializereference-extensions",
"displayName": "SerializeReference Extensions", "displayName": "SerializeReference Extensions",
"author": { "name": "MackySoft", "url": "https://github.com/mackysoft" }, "author": { "name": "MackySoft", "url": "https://github.com/mackysoft" },
"version": "1.4.0", "version": "1.5.0",
"unity": "2021.3", "unity": "2021.3",
"description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.", "description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.",
"keywords": [ "SerializeReference", "Editor" ], "keywords": [ "SerializeReference", "Editor" ],