Hi, if i made one project but use this one project to develop several separate app games, will this affect how the Unity ad service/system works?
thanks
Hi, if i made one project but use this one project to develop several separate app games, will this affect how the Unity ad service/system works?
thanks
So no one actually develop multiple games using one project, is it?
Please describe the process how you are building multiple games from a single project.
if i am building game A, i just select all the A scenes in the build setting. If it’s game B, then is selecting all the B scenes in the build setting.
Also the need to change the package name and various stuffs in the settings for each game when I build it.
Please do let me know if it is good to develope multiple games in one project using unity ads?
This isn’t a standard set up, but the Ads SDK is flexible enough to accommodate. By default, all the stats and revenue will go into a single dashboard, which may not be ideal for you.
You should create new projects in the Operate dashboard (https://operate.dashboard.unity3d.com/), one for each of the separate games you need. Each project will have a pair of Game IDs (one for Android and one for iOS).
In the build process, when you are changing the package name, etc, you can set the Game ID for the specific game you are building. (You can probably automate this part.)