1. Home
  2. Docs
  3. Publisher Guidelines
  4. Getting Started
  5. Add Prefab to your Scene

Add Prefab to your Scene

Add Prefab to your Scene

  1. In your project explorer, go to “Assets/ConsoliAdsSDK/Prefabs” or search for “ConsoliAdsSDK”.
  2. Drag and drop ConsoliAdsSDK prefab into your first scene.
  3. Bundle identifier : the package name of your game (Note: it should be same as the package name added on portal or else the game won’t sync
  4. App Version name: the identification Version (present in player settings) of your project
  5. App Version code: the Bundle Version Code of your project
  6. DevMode: when true, it simulates the development environment and prevents developers from changing Live app settings. Complete app development should be done with ‘Dev Mode’ ON. When an app is ready to be published, ‘Dev Mode’ MUST BE turned OFF. (NOTE: Don’t forget to see ‘More About Dev Mode’ section before making the final build)
  7. UserSignature: string to identify the user according to his role and rights provided on the ConsoliAds Marketplace dashboard
    1. The user signature can be obtained by going to your Personal Info by clicking on your name in the right corner of the top bar on your dashboard
    2. Copy the required user signature for the above initialize argument

8. Platform: enum to specify the build platform such as PlatForm.Google, PlatForm.Apple, PlatForm.Amazon, PlatForm Huawei.

How can we help?