Package Samples
Some of our sample resources are downloadable inside the Unity Editor. They are minimalistic projects showcasing some of our features. The samples can be used as a learning example or as a basic setup in the prototyping phase of your game.
To find them, go to Package Manager -> Elympics -> Samples.
Then click Import button next to the sample of your choice.
If it contains a Gameplay scene, remember to add the attached Elympics Game Config
to the list in the Manage games in Elympics
window and choose it as the active game.
tip
If you want to make changes on the Gameplay scene and be able to upload your own builds, register your own game in the Elympics panel and change GameConfig in Tools -> Elympics -> Manage games in Elympics in Unity.
Available samples
Name | Type | Description |
---|---|---|
Simple Menu | Menu scene | Simple menu scene with implemented matchmaking, all play modes and available games choose buttons. |
Empty | Gameplay scene | Empty project with Elympics included on scene. |
Button Clicker | Gameplay scene | Clicker-type game for 1-4 players. (Remember to set the player count in game config and used queue name to p1/p2/p3/p4.) |
Tech Demo | Gameplay scene | Sample with 2 players moving and throwing instantiable balls. |
Match events | Both scenes | A sample to illustrate the lifecycle of Elympics match. |
EGB test | Both scenes | A sample for checking response data from External Game Backend. |
Leaderboard test | Other | A sample to illustrate usage of leaderboards. (Works only if your game has generated any leaderboard data.) |