-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 805 Bytes
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
30
31
32
33
{
"name": "com.oddworm.uiculling",
"version": "1.0.0-pre.4",
"displayName": "UI Culling",
"description": "UI Culling for Unity allows to trigger OnBecameVisible & OnBecameInvisible events on uGUI widgets.",
"unity": "2019.3",
"documentationUrl": "https://github.com/pschraut/UnityUICulling",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"keywords": [
"unity",
"ui",
"gui",
"ugui",
"optimization"
],
"author": {
"name": "Peter Schraut",
"url": "http://console-dev.de"
},
"repository": {
"type": "git",
"url": "https://github.com/pschraut/UnityUICulling.git"
},
"samples": [
{
"displayName": "Sample 1",
"description": "Shows how to use the UICullingBehaviour Component.",
"path": "Samples~/Sample 1"
}
]
}