-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 762 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "com.unitysupport.examplepackage",
"displayName": "Example Package",
"version": "0.0.5",
"unity": "2022.3",
"description": "Example package for diagnosing Unity issues.",
"changelogUrl": "https://raw.githubusercontent.com/jwtan-unity/com.unitysupport.examplepackage/refs/heads/master/CHANGELOG.md",
"_upm": {
"changelog": "Integration:\n\n- Fix handling of asset-pipeline refresh-mode setting.\n\nProject generation:\n\n- Add `EnableOnDemandExcludedFolderLoading` capability when generating SDK-Style project."
},
"samples": [
{
"displayName": "Leaderboards Sample",
"description": "This is a sample description.",
"path": "Samples~/Leaderboards"
}
]
}