-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1 KB
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
{
"name": "com.sator-imaging.unity-scripting-fundamentals",
"version": "1.7.2",
"unity": "2021.3",
"displayName": "Unity Scripting Fundamentals",
"description": "Fundamental Scripting Library for Unity",
"author": {
"name": "Sator Imaging",
"url": "https://x.com/sator_imaging"
},
"category": "Unity",
"keywords": [
"unity",
"scripting",
"fundamentals"
],
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.nuget.mono-cecil": "1.11.5",
"com.unity.mathematics": "1.2.6",
"com.unity.burst": "1.6.6"
},
"repository": {
"type": "git",
"url": "https://github.com/sator-imaging/Unity-Fundamentals.git"
},
"url": "https://github.com/sator-imaging/Unity-Fundamentals.git",
"documentationUrl": "https://sator-imaging.github.io/Unity-Fundamentals/",
"changelogUrl": "https://github.com/sator-imaging/Unity-Fundamentals.git",
"licensesUrl": "https://www.sator-imaging.com/"
}