-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "com.paulsams.choice-reference-attribute",
"version": "4.0.0",
"displayName": "ChoiceReferenceAttribute",
"dependencies": {
"com.paulsams.misc-utilities": "4.0.0"
},
"description": "This package allows you to use the [ChoiceReference] attribute to make a popup interaction to select a subclass from which the base class that you specified as the field type inherits.\nLists and arrays are also supported, as is the fact that this attribute will be used again in subclasses.\n\nThere are also arguments for my attribute:\n1) nullable - allows you to leave the selection of null assignment in the popup. By default, false.",
"unity": "2022.1",
"samples": [
{
"displayName": "Example In Monobehaviour Class",
"description": "",
"path": "Samples~/Example In Monobehaviour Class"
}
],
"author": {
"name": "Paulsams"
}
}