์ง€์› ํ”„๋กœ๊ทธ๋žจ
home
์Šฌ๊ธฐ๋กœ์šด ๋ฐ๋ชจ์ƒํ™œ
home

Unity Integration

์ƒ์„ฑ์ผ
2024/03/14 05:31
ํƒœ๊ทธ

SDK Toolkit

Prerequisite

1.
Before start integrating the SDK, you need to obtain game ownership by registering the game key. After you publish the store page, please contact our Support Team for the game key.
[HOW TO APPLY THE GAME KEY]
b.
Sign in with your account.
c.
In the option menu, select Store
d.
In the input box, enter the game key and press OK.
2.
Before testing, make sure you have Stove Client running and signed in. (You can install the Client here: https://www.onstove.com/download)

Integration Steps

Basic Integration

1. Download the SDK kit below, unzip it, and copy the files inside and paste them into the Assets Folder.
2. Go to Project Settings > Player, and make sure that the correct Api Compatibility Level is configured.
3. Open your Startup Scene and drag in Platform Manager and Stove Manager prefab into the scene. You can find the prefabs in Assets > Prefab > Platform Folder.
4. Select Platform Manager in the scene and drag in Stove Manager into the corresponding field in the Inspector Panel.
5. Select Stove Manager in the scene and fill in necessary values into the corresponding fields in the Inspector Panel. Please find the value list below the screenshot.
6. Go to Assets > Settings > Platform and you will find Platform Setting file. Click it and make sure the Platform Type is set to Stove.
7. Andโ€ฆ thatโ€™s it! You have completed the basic integration!

Achievement Integration

1. In order to unlock a certain achievement, you can follow the code template shown below. Since we will be determining the platform type via PlatformSetting Scriptable Object, make sure to drag it in in the Inspector Panel.
If this is the first time you are trying to integrate PC SDK, please read Unity (Follow Through) first.
For games with online feature, you must integrate the following 1) Prevention of excessive immersion in games (click here) 2) Shutdown โ‡’ only for games with age rating of below 19. (click here) If you have any questions, feel free to contact STOVE Store Support.
The STOVE platform for games provides integrated services. All processes of game release, including game distribution and sales, community, and indicator analysis, can be handled in one-stop. With the PC SDK (Unity, hereafter referred to as PC SDK), you can easily integrate the services provided by the Stove platform into your game.
Preparation
Preparation