Skip to content

Commit 8233eb1

Browse files
committed
chore: add Asset Store Tools support to demo
1 parent b68d17b commit 8233eb1

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
2-
OneSignalExample/.idea/
3-
OneSignalExample/.utmp/
4-
OneSignalExample/Packages/com.unity.asset-store-tools/
5-
61
.DS_Store
72
.gradle/
83

9-
**/GvhProjectSettings.xml
4+
**/GvhProjectSettings.xml

examples/demo/.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
# Asset meta data should only be ignored when the corresponding asset is also ignored
1616
!/[Aa]ssets/**/*.meta
1717

18-
# Uncomment this line if you wish to ignore the asset store tools plugin
19-
# /[Aa]ssets/AssetStoreTools*
18+
# Asset Store Tools
19+
/[Aa]ssets/AssetStoreTools*
20+
/Packages/com.unity.asset-store-tools/
2021

2122
# Autogenerated Jetbrains Rider plugin
2223
[Aa]ssets/Plugins/Editor/JetBrains*

examples/demo/Packages/packages-lock.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
},
3232
"url": "https://packages.unity.com"
3333
},
34+
"com.unity.asset-store-tools": {
35+
"version": "file:com.unity.asset-store-tools",
36+
"depth": 0,
37+
"source": "embedded",
38+
"dependencies": {
39+
"com.unity.nuget.newtonsoft-json": "3.2.1"
40+
}
41+
},
3442
"com.unity.ext.nunit": {
3543
"version": "2.0.5",
3644
"depth": 1,

examples/demo/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
First try to use a more recent Unity version for testing on the emulators.
44

5+
## Publishing to the Asset Store
6+
7+
To upload or update the package on the Unity Asset Store, install the [Asset Store Tools](https://assetstore.unity.com/packages/tools/utilities/asset-store-publishing-tools-115) from **Window > Package Manager** within the Unity Editor.
8+
59
![Unity Version](docs/unity-version.png)
610

711
## Command Line

0 commit comments

Comments
 (0)