-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 974 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "com.quickeye.utility",
"displayName": "QuickEye Utility",
"version": "4.0.1",
"unity": "2020.3",
"author": "Quick Eye",
"type": "library",
"dependencies": {
"com.unity.settings-manager": "2.0.1"
},
"samples": [
{
"displayName": "Usage of Container classes",
"description": "UI scene with a simple usage of Container class.",
"path": "Samples~/ContainerUsage"
},
{
"displayName": "UI - Character Selection Screen",
"description": "UI scene example utilizing lib features.",
"path": "Samples~/CharacterCreationScreen"
},
{
"displayName": "New Serializable Types",
"description": "Serializable dictionary and other new types editable from inspector.",
"path": "Samples~/SerializableTypes"
}
],
"description": "New Serializable Types:\n- `UnityDictionary`\n- `UnityTimeSpan`\n- `UnityDateOnly`\n- `UnityDateTime`\n\nOther:\n- `GameObjectPool`\n- `RepeatingInt`"
}