-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "com.brainslugs83.common",
"displayName": "Mikey's Prereqs",
"description": "Mikey's Collection of Common Packages and other random bullshit.",
"version": "3.0.3",
"keywords": ["Mikey", "BrainSlugs83", "UnityCommon", "Common", "Preq", "Prerequisite", "Preqs", "Prerequisites"],
"author": {
"name" : "BrainSlugs83",
"email" : "BrainSlugs83@gmail.com",
"url" : "https://linktr.ee/BrainSlugs83"
},
"hideInEditor": false,
"dependencies": {
"com.unity.probuilder": "6.0.7",
"com.unity.editorcoroutines": "1.0.1",
"com.unity.recorder": "5.1.3",
"com.unity.formats.fbx": "5.1.4",
"com.unity.ide.visualstudio": "2.0.25"
}
}