Skip to content

Commit 190bc3b

Browse files
committed
-update
1 parent e7db995 commit 190bc3b

File tree

4 files changed

+64
-3
lines changed

4 files changed

+64
-3
lines changed

LICENSE.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
1-
## Advertising for unity
2-
- Use Singleton
1+
## What
2+
### Show ads tool for unity games (support for Max-Applovin and Google Mobile Ads)
3+
<p align="left">
4+
<a>
5+
<img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity">
6+
</a>
7+
<a>
8+
<img alt="License" src="https://img.shields.io/github/license/wolf-package/advertising?logo=github">
9+
</a>
10+
<a>
11+
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/wolf-package/advertising?logo=Mapbox&color=orange">
12+
</a>
13+
<a>
14+
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/wolf-package/advertising?logo=VirtualBox">
15+
</a>
16+
<a>
17+
<img alt="Last Release" src="https://img.shields.io/github/v/release/wolf-package/advertising?include_prereleases&logo=Dropbox&color=yellow">
18+
</a>
19+
</p>
320

4-
# Use
21+
## How To Install
22+
23+
### Add the line below to `Packages/manifest.json`
24+
25+
for version `1.0.4`
26+
```csharp
27+
"com.wolf-package.advertising":"https://github.com/wolf-package/advertising.git#1.0.4",
28+
```
29+
30+
## Use
531

632

733
- Import `Scripting Define Symbols` in `Project Settings` > `Player` > `Other Settings`

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "com.wolf-package.advertising",
3+
"displayName": "UnityCommon-ADS",
4+
"description": "Support show ads for game unity",
5+
"version": "1.0.4",
6+
"unity": "2021.3",
7+
"category": "virtuesky",
8+
"license": "MIT",
9+
"author": {
10+
"name": "virtuesky",
11+
"email": "[email protected]",
12+
"url": "https://github.com/VirtueSky"
13+
},
14+
"keywords": [
15+
"Unity",
16+
"Ads",
17+
"Advertising"
18+
],
19+
"dependencies": {
20+
}
21+
}

package.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)