Friday, February 20, 2026
Wednesday, February 18, 2026
This code is very simple and effective. You will not phase any issue.
Setup:
- Open your project. Click on Windows option and select Package Manger.
- Go to Edit and select Project Settings...
- Click on Services. Then select your Organization, then select Create a new cloud project option and click on Create new cloud project and link to unity project button.
- Select No at the end and click on Save.
- Click on Dashboard option under Members. Select your game from project list and open it.
- Go to Services tab.
- Scroll down, find Unity Ads Monetization and click Launch button.
- Click on Enable Ads button visible on left side in blue color.
- Select I will use Unity Ads and click Next.
- Select No, I want to start fresh option and click Next.
- Select first option if your game is live on apple/play store or if not, select second option and click on Add Project button.
- Click on Finish and you will redirect to this page. Here you will find all the IDs required for the ad setup of your game.
- Open Unity, right click on Hierarchy window and create an empty gameobject named Ads_Manager.
- Drag and Drop the downloaded code in Scripts folder.
- Add all Scripts inside Ads folder in Ads Manager Gameobject.
- Drag and Drop respective scripts in Ads_Manager Script.
- In Initialize_Ads Scripts, Enter Android/IOS Game ID. Check on Is Testing while testing. When you are going to build your app, uncheck it.
- Similar way, you will find ID for Banner, Interstitial and Rewarded ads. Fill them and you are ready to go.
- To show the banner ad, go to any of your game script and paste the following code:
- To show Interstitial/Video Ad, just type the command: Ads_Manager.Instance.videoAds.ShowAds();
- To show Rewarded Ads, just type the command: Ads_Manager.Instance.RewardedAds.ShowAds();
Friday, January 9, 2026
Thursday, September 9, 2021
Step I: Open this link in any browser: https://code.visualstudio.com/
Step II: You will get "Download for Windows" button. You can also download visual studio code by clicking on that for 64 bits else click on that arrow beside the button.
Step III: Now, after that, you can download visual studio code for macOS, windows x64 and linux x64 by clicking the download buttons on the right side. You can download stable version or insider version as your choice. I prefer stable version to download.
Else, you can click on 'other downloads' at the bottom to download for 32 bit or for ARM.
Step IV: After clicking on 'other downloads', you will get an interface like given below. Now you can download visual studio code for windows, linux or mac. You will get many options there so you can select them according to your choice and download it.
Step V: After clicking any of it, the download will start automatically within 15 seconds. If download didn't start then click on 'direct download link' to download it again.
Step VI: After downloading it, open it and accept the License Agreement and click Next.
Step VI: Select the path where your visual studio code will install. I prefer let it be set default. Then click Next.
Step VII: If you want to create a folder of Visual Studio code in Start Menu then click Next else check that check box at bottom and then click Next.
Step VIII: If you want to create a shortcut of visual studio code in desktop then check the first box else uncheck it. then check all the rest check box and click next.
Step IX: Verify your settings and click on install button.
Step X: At last after installation completes, click on Finish. Your visual studio is now installed successfully. Now, enjoy it.
Video:
Tuesday, July 13, 2021






















