forked from coimbrastudios/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.42 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.42 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
33
34
{
"name": "com.coimbrastudios.core",
"displayName": "Coimbra Framework",
"author": "Bruno Coimbra",
"version": "12.0.0",
"documentationUrl": "https://github.com/coimbrastudios/framework/blob/12.0.0/README.md",
"changelogUrl": "https://github.com/coimbrastudios/framework/blob/master/CHANGELOG.md",
"licensesUrl": "https://github.com/coimbrastudios/framework/blob/master/LICENSE.md",
"license": "MIT",
"type": "tool",
"unity": "2021.3",
"unityRelease": "5f1",
"description": "Package of general utilities to be used with Unity development.",
"samples": [
{
"displayName": "Managed Jobs: Concat Strings",
"description": "Example of how to create simple managed jobs. It contains one script for each additional job type included in the project.",
"path": "Samples~/Concat Strings"
},
{
"displayName": "Scriptable Settings: Difficulty Settings",
"description": "Example of how to use Scriptable Settings that changes the active instance at runtime. It also focus on some best practices when it comes to use the full power of the framework, such as using the Actor and Events APIs.",
"path": "Samples~/Difficulty Settings"
}
],
"dependencies": {
"com.cysharp.unitask": "2.3.1",
"com.unity.addressables": "1.18.19",
"com.unity.ide.rider": "3.0.15",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.profiling.core": "1.0.2",
"com.unity.ugui": "1.0.0"
}
}