Skip to content

A redeem code system in Unity for compensating your players or rewarding them in events.

License

Notifications You must be signed in to change notification settings

Sweaty-Chair/SC-Redeem-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SC Redeem Codes

Build status

A redeem code system in Unity for compensating your players or rewarding them in events. A redeem code contains 12 characters (letters+number). You will need your own server to store and validate the redeem code. Use this Laravel pagkage for creating the server Redeem code function in Laravel, or you can create your own.

Table of Contents

Installation

Import this package into Unity, you will also need SC-Essentials package for the shared scripts.

Configuration

Go to menu toolbar > Sweaty Chair > Settings > Server, and put your server API URL.

Usage

Call RedeemCodeManager.Show() to show a input box for player to input the redeem code. Redeem code screenshot

If the redeem code is valid, the corresponding reward will be given to the players. Make sure the item type enums match the ones in Unity, and being implemented.

License

SC Redeem Codes is licensed under a MIT License.

About

A redeem code system in Unity for compensating your players or rewarding them in events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages