-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.16 KB
/
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
30
31
32
33
34
35
36
37
{
"name": "com.sator-imaging.unity-scripting-fundamentals",
"displayName": "Unity Scripting Fundamentals",
"version": "0.9.0",
"unity": "2021.3",
"description": "Scripting Library for Unity featuring Main Thread Dispatcher, CancellationToken based Object Lifetime Management, Unity \"Update\" Function Manager and Efficient Coroutine Runner.",
"author": {
"name": "Sator Imaging",
"url": "https://twitter.com/sator_imaging"
},
"category": "Unity",
"keywords": [
"unity",
"scripting",
"fundamental",
"library",
"mainThread",
"dispatcher",
"cancellationToken",
"monoBehaviour",
"lifecycle",
"lifetime",
"updateManager",
"efficient",
"coroutine"
],
"dependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/sator-imaging/Unity-LifecycleManager.git"
},
"url": "https://github.com/sator-imaging/Unity-LifecycleManager.git",
"documentationUrl": "https://sator-imaging.github.io/Unity-LifecycleManager",
"changelogUrl": "https://github.com/sator-imaging/Unity-LifecycleManager.git",
"licensesUrl": "https://www.sator-imaging.com/"
}