Coder Social home page Coder Social logo

ivanmurzak / unity-appodeal-simplifier Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 36.29 MB

Codeless Appodeal integration into Unity project. Supports GDPR and CCPA. Full Appodeal setup and callback listening

License: MIT License

C# 44.56% Objective-C 55.42% Swift 0.01%
unity unity3d unity2d unity-plugin ads appodeal appodeal-sdk

unity-appodeal-simplifier's Introduction

Unity Appodeal Simplifier

License Stand With Ukraine

Codeless out of the box Appodeal integration into Unity project. Contains global config file which provide you ability to setup Appodeal without any line of code.

  • โœ… iOS
  • โœ… Android

Supported Appodeal Unity plugin version: 2.14.5

Features

Any feature in the list is code free. It can be used without code. But if you need access from a C# code you have the option for that of course. Anyway all the package designed to be with or without code.

  • enable / disable - auto cache
  • activate / deactivate - any ads type
  • show any ads type without any line of code
  • receive callbacks for each dedicated ads per each show request
  • GDPR and CCPA supported out of the box

Config (codeless)

Appodeal Simplifier Config

How to install

Option 1 (RECOMMENDED)

  • Install OpenUPM-CLI
  • Open command line in Unity project folder
  • openupm --registry https://registry.npmjs.org add extensions.unity.base

Option 2

  • Add this code to /Packages/manifest.json
{
  "dependencies": {
    "extensions.unity.base": "1.9.2",
  },
  "scopedRegistries": [
    {
      "name": "Unity Extensions",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "extensions.unity"
      ]
    },
    {
      "name": "NPM",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.cysharp",
        "com.neuecc"
      ]
    }
  ]
}

Initialization

There are three options how to initialize Unity Appodeal Simplifier and Appodeal Unity plugin. If you choose to support GDPR and/or CCPA user will be automaticly asked for that at initialization moment.

(Option 1) When ads trying to be showen

For this you just need to activate checkbox Initialize On Awake at needed Shower.

(Option 2) When app starts

Add component AppodealSimplifierStarter to any GameObject in your scene which loads first

(Option 3) Custom moment

Call the function AppodealSimplifier.Initialize();

Show ads using Shower component

For showing any ads type and receiving callback there are collection of shower components. Just add the component on any GameObject in your scene. And call the function Show() through code or via UGUI Button UGUI Button calls Appodeal Show

  • AppodealShowerBanner
  • AppodealShowerInterstitial
  • AppodealShowerMREC
  • AppodealShowerNonSkippableVideo
  • AppodealShowerRewardedVideo

Any Shower has a bunch of important callback. You may subscribe on the events in code if you need. Or use Unity Actions system in the Inspector window.

Appodeal Rewarded Video Codeless Shower

unity-appodeal-simplifier's People

Contributors

ivanmurzak avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.