Skip to content

Commit ee0a15d

Browse files
authored
Update README.md
1 parent ccfb903 commit ee0a15d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@
99

1010
![OpenAdsetting](https://github.com/wolf-package/advertising/assets/126542083/fc1d053d-56cc-4126-a6db-6cf03a2a6b46)
1111
- You can choose Ad Network Applovin for Admob and click `Create` button to create AdUnitiVariable
12+
1213
![Adsetting](https://github.com/wolf-package/advertising/assets/126542083/d5026c44-61bd-4c29-a6de-e2d84003d24e)
1314

1415
- Set id for AdUnitVariable
1516

1617
![AdVariable](https://github.com/wolf-package/advertising/assets/126542083/f351e91d-9542-424b-89ff-25f6afa7ccec)
1718

1819
(For Admob, you can get the test Id by going to `Context Menu` and selecting `Get Id Test`)
19-
![idtest](https://github.com/wolf-package/advertising/assets/126542083/7ec8241b-5449-478d-be61-40eb38e53334)
20+
21+
![idtest](https://github.com/wolf-package/advertising/assets/126542083/7ec8241b-5449-478d-be61-40eb38e53334)
2022

2123
- Attach `Advertising` to the object in the scene (loading scene) to load the ad
24+
2225
![Adsvertising](https://github.com/wolf-package/advertising/assets/126542083/47b53d5a-a65f-41be-b2f9-8e06cd09cb77)
2326

24-
- Script demo show ads
27+
- Script show ads (demo)
2528

2629
```
2730
using System.Collections;
@@ -30,7 +33,7 @@ using TMPro;
3033
using UnityEngine;
3134
using VirtueSky.Ads;
3235
33-
public class ADs : MonoBehaviour
36+
public class AdsManager : MonoBehaviour
3437
{
3538
public TextMeshProUGUI textNoti;
3639
public AdUnitVariable banner;

0 commit comments

Comments
 (0)