Skip to content

Commit 0bc96b2

Browse files
committedApr 23, 2021
Added Unity package definition.
1 parent a2d823b commit 0bc96b2

6 files changed

+58
-0
lines changed
 

‎GlobalstatsIO.cs.meta

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎README.md.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎io.globalstats.unity.asmdef

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "io.globalstats.unity",
3+
"rootNamespace": "",
4+
"references": [],
5+
"includePlatforms": [],
6+
"excludePlatforms": [],
7+
"allowUnsafeCode": false,
8+
"overrideReferences": false,
9+
"precompiledReferences": [],
10+
"autoReferenced": true,
11+
"defineConstraints": [],
12+
"versionDefines": [],
13+
"noEngineReferences": false
14+
}

‎io.globalstats.unity.asmdef.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "io.globalstats.unity",
3+
"version": "1.0.0",
4+
"displayName": "GlobalStats",
5+
"description": "The integration of the globalstats.io API into a library for unity",
6+
"unity": "2018.4",
7+
"author": {
8+
"name": "globalstats.io",
9+
"email": "feedback@globalstats.io",
10+
"url": "https://globalstats.io/"
11+
}
12+
}

‎package.json.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.