Skip to content

Commit 87b1e6f

Browse files
committed
update
1 parent 04a4204 commit 87b1e6f

File tree

6 files changed

+9
-71
lines changed

6 files changed

+9
-71
lines changed

General/AdSetting.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ namespace VirtueSky.Ads
77
{
88
public class AdSetting : ScriptableObject
99
{
10-
[SerializeField] private bool autoInit = true;
10+
// [SerializeField] private bool autoInit = true;
1111
[Range(5, 100), SerializeField] private float adCheckingInterval = 8f;
1212
[Range(5, 100), SerializeField] private float adLoadingInterval = 15f;
1313
[SerializeField] private AdNetwork adNetwork = AdNetwork.Applovin;
1414

15-
public bool AutoInit => autoInit;
15+
// public bool AutoInit => autoInit;
1616
public float AdCheckingInterval => adCheckingInterval;
1717
public float AdLoadingInterval => adLoadingInterval;
1818

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
## How To Install
1+
## Advertising for unity
2+
(Supports applovin 5.11.3 and google admob 8.5.2)
3+
- built on scriptableobject architecture, you need to install [Sunflower](https://github.com/VirtueSky/sunflower) to use
24

3-
### Add the lines below to `Packages/manifest.json`
4-
5-
for version `1.0.0`
6-
```csharp
7-
"com.virtuesky.advertising":"https://github.com/wolf-package/advertising.git#1.0.0",
8-
```
9-
dependency `sunflower-1.1.5`
10-
```csharp
11-
"com.virtuesky.sunflower": "https://github.com/VirtueSky/sunflower.git#1.1.5",
12-
```
5+
# Use
6+
- After installation, open Adsetting to set up AdUnit Id
7+
(Ctrl + E or GameControl -> adSetting to open Adsetting)
8+
- You can choose Ad Network Applovin for Admob

package.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

package.json.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

virtuesky.ads.asmdef

Lines changed: 0 additions & 22 deletions
This file was deleted.

virtuesky.ads.asmdef.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)