
Unity Gamification
BOOST ENGAGEMENT, RETENTION, COMMUNITY BUILDING AND MONETIZATION
FOR DEVELOPERS
BUILDING BLOCKS FOR YOUR GAME
The powerful and flexible SCILL toolkit enables you to create additional content and engagement layers without actual development. Once integrated, you can create an unlimited number of challenges, Battle Passes and leaderboards directly via the SCILL Admin Panel and activate or deactivate them whenever needed. New content at your fingertip!
Challenges
Create real-time challenges as additional content for your community and tailor them to fit your app or game perfectly.
Increase engagement, retention and monetization in a fun and fast way!
Battle Passes
Battle Passes are the perfect way to leverage existing content in a new way. Set a series of challenges, bundle them in levels and reward users at perfect trigger points.
Either offer Battle Passes for free or as paid content. The choice is yours!
AS EASY AS IT GETS
DRIVEN BY EVENTS
SCILLManager.Instance.SendEventAsync(
"reach-checkpoint",
"single",
new EventMetaData
{
health = health,
checkpoint_id = checkpointId.ToString(),
required_time = timeSinceLastCheckpoint,
time_condition = "checkpoint-time"
}
);
Events are simple, micro pieces of data sent from your game to the SCILL cloud.
SCILL processes these events in real-time to update leaderboards, challenges, achievements and even complex Battle Passes and sends update notifications in real-time back to your game so that you can update the user interface.
All the state is stored and processed within the SCILL cloud. You take care of your game, we take care of data management and processing.
FOR COMMUNITY MANAGERS
CUSTOMIZED IN REAL-TIME
With the SCILL Admin Panel you can quickly add new content to your game.
Leverage the events your game already sends to the SCILL cloud to create new challenges, leaderboards or even extend your Battle Pass to engage your community.
As a cloud-based product, new items will show up in your game immediately.
- No updates of your game are required.
-
Stop developing admin panels, instead improve your game.
-
Don’t wait for your developers to add features, instead create new content in the Admin Panel.
STOP BUILDING STUFF EVERYONE HAS
BUILD THE ONE THING ONLY YOU HAVE
Quick integration
Add events on your server and client. SCILL Comes with many predefined events for different types of games to get you started right away.
State Management
You don’t need to worry about how to store data for challenges and Battle Passes. Add a leaderboard in minutes to your game.
Data Privacy
We are fully GDPR compatible and committed to data protection. No personal data of your users will be shared.
User Agnostic
SCILL only stores a user id linked with your data. It can be anything you like and can be linked to any auth system that you use; Being it Playfab, Steam, Firebase or your own custom solution.
Flexibility
No need for local variables, sync vars or other complex and hard to maintain data structures to add gamification features to your game. Just integrate our UI prefabs and send events, that’s it.
Real-Time
Everything in SCILL is real-time. Add a new challenge in the Admin Panel, and it will show up in your game immediately.
Quick Onboarding
Don’t waste time onboarding new team members in your custom tools. SCILL’s tools are fully documented and easy to learn.
Web Support
Leverage the official SCILL JavaScript SDK and web components to integrate SCILL building blocks into your web-based communities.
FOR DEVELOPERS
UNITY SDK
Adding the SCILL features to your multi-platform game is easy! Once you have created your personal SCILL developer account and set up your app in the Admin Panel, you can download our free Unity SDK from Github and drag & drop our prefabs and fully functional user-interfaces to your game. Use Unity’s awesome prefab variants to quickly adjust the look & feel to your own in-game design language.
1
Add the SCILL Manager to your loading scene or main menu and set up your credentials like App ID and API Key.
2
Drag & Drop fully functional prefabs from the SCILL SDK Prefab library featuring Battle Passes, leaderboards, challenges and achievements.
3
Send events from the server or the client to drive challenges, Battle Passes and leaderboards in real-time.
All our SDKs are open source and can be found in our Github-Repository.
ITERATE QUICKLY
EXTENSIVE TOOLSET
Playground
The SCILL Playground is a web application that is implemented with our JavaScript SDK and allows you to test out challenges, leaderboards and Battle Passes and simulate the content created with events you directly send within the Playground application.
Extensive Documentation
Find documentation about our tools like the Admin Panel and Playground application, but also extensive documentation on our APIs and SDKs in our developer center.
FOR EXPERTS
WEBHOOKS
Define webhooks in the Admin Panel and get notified in your backend whenever a leaderboard ranking changes, a challenge is completed or progressed or if a Battle Pass level has been completed.
Example: Implement a simple cloud function listening on leaderboard changes to unlock a “Top 100” achievement.
You can implement these features without touching your games code. A few clicks in the Admin Panel, a few lines of JavaScript code in a cloud function, that’s it!
BUILDING BLOCK
LEADERBOARDS
Leaderboards are a great tool for user retention and can be added easily into your game using our Unity prefabs and the SCILL Admin Panel.
Set a start and end date and provide additional info about sort order and events to listen. Data processing, score calculation is done by SCILL.
Whenever a leaderboard changes, a real-time notification is being sent to your App and leaderboards are updated in real-time. While the player is playing you can inform him of any changes in the leaderboard or that he managed to climb up the rankings.
Real-time leaderboard web component.
Add to your website and style with CSS.
Multi-Platform
Build once, deploy everywhere: SCILL leaderboards work on all supported platforms.
Auth Agnostic
SCILL leaderboards link into existing authentication systems you already use.
Driven by Events
No need to store local state or building complex scoring mechanims. Just send events, we do the rest.
Web Support
Add a real-time, paginable, fully functional SCILL leaderboard to your websites by just adding a <scill-leaderboard> tag.
BUILDING BLOCK
CHALLENGES & ACHIEVEMENTS
Learning the ins and outs of the game is keeping users busy for a certain time. But soon, your players have seen everything and will likely get bored.
This is where challenges and achievements kick in: They offer a new layer of engagement to your game and generate new motivation – without the need to code more game content.
Add our challenges prefab to your games UI (menu or HUD) and create challenges in the Admin Panel. Challenges will automatically trigger progress and be updated in real-time in your game.
Respond to these events in your game to show notifications of challenge progress or connect to your backend via Webhooks to automate and engage your community even more.
Manual Challenges
Create short-time, manually activated challenges for those time critical events like speed runs or weekend and special events.
Achievements
Setup longer term or tutorial achievements to get players into your game and to provide some guidance.
Dailys and Weeklys
Create challenges that reset every day, week or month, providing provide another opportunity for your players to collect XP or in-game items.
Counter Flexibility
The challenge counter will be driven by events and can be incremented, decremented or directly be set with an event.
Multi-Platform
Build once, deploy everywhere: SCILL challenges work on all supported platforms.
Auth Agnostic
SCILL leaderboards link into existing authentication systems you already use.
Driven by Events
No need to store local state or building complex scoring mechanims. Just send events, we do the rest.
Web Support
Create community and team challenges and promote them in the web or launcher with real-time progress.
BUILDING BLOCK
BATTLE PASSES
Battle Passes are an important monetization feature in many well-known multiplayer games.
However, the flexibility you get from our tool also allows you to completely design your games unlockables around this system without any monetization required.
We provide you two different, completely functional and ready-to-use prefabs that you can easily customize to your own look & feel.
Drop the Battle Pass prefab into your scene, create the battle pass structure in the Admin Panel and unlock rewards once the player has completed the level. That’s it!
Unlimited Levels
Go crazy and create hundreds of levels or just 3. It’s up to you how you structure your Battle Pass.
Built on Challenges
The Battle Pass system uses the same system used for personal challenges and achievements.
Rewards
Unlock rewards in your server/backend or in the client using web hooks or our real-time notification system.
Payment Agnostic
Use any payment system (for example Unity IAP) to unlock the Battle Pass for your players.
Multi-Platform
Build once, deploy everywhere: SCILL leaderboards work on all supported platforms.
Auth Agnostic
SCILL leaderboards link into existing authentication systems you already use.
Driven by Events
No need to store local state or building complex scoring mechanims. Just send events, we do the rest.
Web Support
Create community and team challenges and promote them in the web or launcher with real-time progress.
Gamification as a Service
THE EXTRA ENGAGEMENT-LAYER
>> Your players are churning out quicker than you can acquire new ones? <<
>> Your retention rate is lower than you expected it to be? <<
>> Your business model is not working as intended and players are not spending? <<
Developing an app or game with Unity is great, but still requires a lot of time and focus. It’s easy to forget or de-prioritize important elements like retention and community building. What sounds like a good idea at the moment, will haunt you after launch, when users churn too quickly or monetization options are added in a rush.
SCILL helps you to add important engagement, retention and monetization features without derailing your roadmap and pushing out the planned launch date. The key to success is called Gamification! Add challenges, achievements, leaderboard and Battle Passes in no time and get your users hooked!
1. YOUR WEBSITE
Your content is unique and will not be changed by SCILL!
SCILL can be added wherever and whenever you want to display it, not interfering with your day to day work and design.
2. SCILL INTEGRATION
SCILL integrates seamlessly into your website, without needing any user or other sensitive data.
Backend: Simply integrate the SCILL SDK, define event triggers to fit your requirements and goals.
Frontend: Decide where and how you want to integrate gamification in your website. Copy & Paste the SCILL code and tweak the appearance.
3. GAMIFICATION
The innovative and powerful SCILL Admin Tool lets you create challenges in minutes:
Select a name, goal, event trigger and reward. Now hit save and publish your first challenge. It will automatically be displayed how and where you wanted it to be and track progress automatically.
GAMIFICATION AS A SERVICE
PRICING
Explore
Free
Events included: 10.000
Challenges: Unlimited
Battle Passes: Unlimited
Leaderboards: 1
Support: Knowledge Base
Consulting: –
Workshops: –
Enough for 25-100 Monthly Active Users
Pro
29.
99
€
/month
Events included: 1.000.000
Fair Pricing*: Yes
Challenges: Unlimited
Battle Passes:Unlimited
Leaderboards: Unlimited
Support: Email, Chat
Consulting: Get in Touch
Workshops: Get in Touch
Enough for 1k to 10k Monthly Active Users
Premium
199.
99
€
/month
Events included: 7.500.000
Fair Pricing*: Yes
Challenges: Unlimited
Battle Passes: Unlimited
Leaderboards: Unlimited
Support: Email, Chat
Consulting: Get in Touch
Workshops: Get in Touch
Enough for 5k to 50k Monthly Active Users
Enterprise
GET IN TOUCH
Events included: Unlimited
Fair Pricing*: Yes
Challenges: Unlimited
Battle Passes: Unlimited
Leaderboards: Unlimited
Support: Email, Chat, Phone
Consulting: Get in Touch
Workshops: Get in Touch
*Fair Pricing: You can exceed your event limit by 120% every month before incoming events will be blocked. You will be notified via email and can upgrade and downgrade at any time. In Starter tier, incoming events will be blocked for the rest of the month once 10k events have been sent.
EVENT CALCULATOR
Not sure how many events you will need? Use our handy event calculator to get a rough estimation.

Build with ease and Security in mind
INTUITIVE. POWERFUL. SAFE.
SCILL integrates seamlessly into any backend and empowers your teams to create and manage challenges, Battle Passes (a series of challenges), leaderboards and achievements in real-time. Integration is simple and can be setup either by your team or one of our trusted development partners. Once integrated, no additional development work is required. SCILL is GDPR-compliant and does not require any personal data to be shared.
- Service developed and run in Europe
- Secure and GDPR-compliant
- Language and platform-agnostic
- Flexible architecture with frequent updates and new features
- Tested and approved by thousands of players
- Fair pricing model
What is SCILL?
SCILL is a powerful, fully customizable toolkit that enables you to integrate tailored challenges and full-fledged Battle Passes to your game, app and website. SCILL connects seamlessly to your user account and payment systems, adding new retention and monetization layers within minutes – without sharing any sensitive data and forcing your users into a new platform.
What platforms does SCILL support?
SCILL can be added to pretty much any platform or system! SCILL SDKs make integration simple and first challenges can be online in a matter of hours. Please find a full overview in our development documentation.
How do I integrate SCILL?
SCILL can be integrated by using our official SCILL SDKs and only takes development teams a couple of hours. Once integrated, any team can take over and create challenges, Battle Passes – no additional development time needed!
Please refer to our development documentation for detailed information.
How much does SCILL cost?
To allow the most flexibility and make SCILL fit any needs, we offer different tiers. Start using SCILL for free and upgrade based on your requirements. You can find a full list of our pricing models here.
Is SCILL secure and what data do I need to share?
Yes, SCILL is secure and does not require any personal user data to be shared!
The SCILL backend and event system only required anonymize user IDs to calculate challenge progress. No personal data will be shared between the services and any user ID data can be deleted on request. Therefore, SCILL is also 100% GDPR-compliant.
Not sure if SCILL is the best tool for you?
We left questions unanswered?
You want a tailored offer for your SCILL integration?
Imprint
Terms & Conditions
Privacy Policy
Contact
SCILL™ - Powered by 4Players. | © 2021 Marquard Media Group AG. Trademarks are the property of their respective owners. All Rights Reserved.