Skip to content

mohammadroohian/EasyTapsell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyTapsell

Unity 2019.4.7+ License: MIT

Easily use Tapsell advertising service!


Features

  • Using Tapsell advertising service without coding.
  • Customizing the default user interface.
  • Drag and drop implementation.

Why should you use PMBox?

This package allows you to drag and drop several prefabs into a scene to use the Tepsel advertising service. You can customize the default user interface or use your own.

Requirements

Installation

  • First install TextMesh Pro and Post Processing packages in Unity through Package Manager.MenuItem - Window - Package Manager
  • Add TextMesh Pro sample scenes.

Perform one of the following methods:

zip file (The simple way)

  1. Download a source code zip from releases.
  2. Extract it.
  3. Copy the items in the Assets folder into the Assets folder of your project. (Click replace files if necessary)

⚠ Notice: If you have AndroidManifest and mainTemplate.gradle files in your project, do not replace them, but follow these instructions.

unitypackage file

  1. Install NaughtyAttributes.
  2. Install PashmakCore.
  3. Install PAction.
  4. Install Tapsell
  5. Download .unitypackage file from releases.
  6. Import it into your project.

Overview

To learn more about how these components work, check out the sample scenes. The following are a number of practical cases.

banner video

Video Events

  • OnAdCompeleted
  • OnAdCanceled
  • OnAdAvailable
  • OnNoAdAvailable
  • OnError
  • OnNoNetwork
  • OnExpiring
  • Open
  • Close

Banner Events

  • OnAdAvailable
  • OnNoAdAvailable
  • OnError
  • OnNoNetwork
  • Hide

How to use

  1. Drag and drop Easy Tapsell Manager to scene from prefabs folder (set your tapsell key into Tapsell Key filed).
  2. Drag and drop Easy Tapsell Manager UI to scene from prefabs folder.
  3. Drag and drop Easy Tapsell Fake Video Ad to scene from prefabs folder.
  4. Customize Easy Tapsell Manager UI itmes if needed (texts and images displayed in messages).

image

  1. Use EasyTapsellVideoEventTrigger or EasyTapsellBannerEventTrigger component wherever you need to run specific tasks on mentioned events. for example use AdCompleted event to give player gift for watching video.

trigger

  1. Use EasyTapsellVideoAdCaller or EasyTapsellBannerAdCaller component to request an ad (set your zone id into Zone ID filed).

USE

What is FakeAd Show?

This is a panel that is displayed instead of video or banner for debugging and testing, that will not be displayed on the Android build.

image image