{"id":14960616,"url":"https://github.com/ivanmurzak/unity-appodeal-simplifier","last_synced_at":"2026-03-06T20:02:46.048Z","repository":{"id":113845002,"uuid":"427432019","full_name":"IvanMurzak/Unity-Appodeal-Simplifier","owner":"IvanMurzak","description":"Codeless Appodeal integration into Unity project. Supports GDPR and CCPA. Full Appodeal setup and callback listening","archived":false,"fork":false,"pushed_at":"2025-03-31T12:09:07.000Z","size":37164,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T13:32:26.917Z","etag":null,"topics":["ads","appodeal","appodeal-sdk","unity","unity-plugin","unity2d","unity3d"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IvanMurzak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-12T16:49:28.000Z","updated_at":"2025-03-31T12:09:11.000Z","dependencies_parsed_at":"2023-07-07T15:01:48.975Z","dependency_job_id":null,"html_url":"https://github.com/IvanMurzak/Unity-Appodeal-Simplifier","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"dbba206456f68974a09dad717863fd057c2e9fda"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanMurzak%2FUnity-Appodeal-Simplifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanMurzak%2FUnity-Appodeal-Simplifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanMurzak%2FUnity-Appodeal-Simplifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanMurzak%2FUnity-Appodeal-Simplifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanMurzak","download_url":"https://codeload.github.com/IvanMurzak/Unity-Appodeal-Simplifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247724917,"owners_count":20985606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ads","appodeal","appodeal-sdk","unity","unity-plugin","unity2d","unity3d"],"created_at":"2024-09-24T13:22:37.053Z","updated_at":"2026-03-06T20:02:40.875Z","avatar_url":"https://github.com/IvanMurzak.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Appodeal Simplifier\n![License](https://img.shields.io/github/license/IvanMurzak/Unity-Appodeal-Simplifier) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)\n\nCodeless 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. \n\n- :white_check_mark: iOS\n- :white_check_mark: Android\n\n**Supported Appodeal Unity plugin version: 2.14.5**\n\n# Features \nAny 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.\n- enable / disable - auto cache\n- activate / deactivate - any ads type\n- show any ads type without any line of code\n- receive callbacks for each dedicated ads per each show request\n- GDPR and CCPA supported out of the box\n\n# Config (codeless)\n\n![Appodeal Simplifier Config](https://imgur.com/o3H8bYN.gif)\n\n# How to install\n- Install [Appodeal Unity plugin](https://wiki.appodeal.com/en/unity/get-started)\n- Install [ODIN Inspector](https://odininspector.com/)\n- Install [Unity Appodeal Simplifier](https://github.com/IvanMurzak/Unity-Appodeal-Simplifier/releases)\n- Follow [Option 1](https://github.com/IvanMurzak/Unity-Appodeal-Simplifier/edit/main/README.md#option-1-recommended) or [Option 2](https://github.com/IvanMurzak/Unity-Appodeal-Simplifier/edit/main/README.md#option-2)\n\n### Option 1 (RECOMMENDED)\n- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)\n- Open command line in Unity project folder\n- `openupm --registry https://registry.npmjs.org add extensions.unity.base`\n\n### Option 2\n- Add this code to \u003ccode\u003e/Packages/manifest.json\u003c/code\u003e\n```json\n{\n  \"dependencies\": {\n    \"extensions.unity.base\": \"1.9.2\",\n  },\n  \"scopedRegistries\": [\n    {\n      \"name\": \"Unity Extensions\",\n      \"url\": \"https://registry.npmjs.org\",\n      \"scopes\": [\n        \"extensions.unity\"\n      ]\n    },\n    {\n      \"name\": \"NPM\",\n      \"url\": \"https://registry.npmjs.org\",\n      \"scopes\": [\n        \"com.cysharp\",\n        \"com.neuecc\"\n      ]\n    }\n  ]\n}\n```\n\n# Initialization\n\nThere 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.\n\n### (Option 1) When ads trying to be showen\nFor this you just need to activate checkbox \u003ccode\u003eInitialize On Awake\u003c/code\u003e at needed Shower.\n\n### (Option 2) When app starts\nAdd component \u003ccode\u003eAppodealSimplifierStarter\u003c/code\u003e to any GameObject in your scene which loads first\n\n### (Option 3) Custom moment\nCall the function \u003ccode\u003eAppodealSimplifier.Initialize();\u003c/code\u003e\n\n# Show ads using Shower component\n\nFor 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 \u003ccode\u003eShow()\u003c/code\u003e through code or via UGUI Button\n![UGUI Button calls Appodeal Show](https://imgur.com/UsNyWm6.png)\n\n- AppodealShowerBanner\n- AppodealShowerInterstitial\n- AppodealShowerMREC\n- AppodealShowerNonSkippableVideo\n- AppodealShowerRewardedVideo\n\nAny 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.\n\n![Appodeal Rewarded Video Codeless Shower](https://imgur.com/NOemRbJ.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanmurzak%2Funity-appodeal-simplifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanmurzak%2Funity-appodeal-simplifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanmurzak%2Funity-appodeal-simplifier/lists"}