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
id: feature-description
attributes:
label: Feature destription
label: Feature description
validations:
required: true
required: true

View File

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

View File

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