Skip to content

Commit ce11553

Browse files
committed
docs: Updated short description of the plugin
1 parent 9a16859 commit ce11553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type References for Unity3D
33
[![openupm](https://img.shields.io/npm/v/com.solidalloy.type.references?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.solidalloy.type.references/)
44

55

6-
A class that provides serializable references to `System.Type` with an accompanying custom property drawer that allows type selection from drop-down.
6+
A plugin that allows you to choose types from a drop-down menu in the inspector.
77

88
![screenshot](https://raw.githubusercontent.com/SolidAlloy/ClassTypeReference-for-Unity/master/.screenshot.png)
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.solidalloy.type.references",
33
"version": "2.6.0",
44
"displayName": "Type References",
5-
"description": "Property Drawer that allows class selection from drop-down.",
5+
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {
77
"com.solidalloy.util": "1.14.0"
88
},

0 commit comments

Comments
 (0)