Skip to content

Surfndez/EOS-Getting-Started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Epic Online Services - Getting Started series

License

This repository contains the source code that accompanies the Epic Online Services - Getting Started blog posts, found on the Epic Online Services blog. The full list of blog posts in the series can be found in the series reference of the Introduction to Epic Online Services (EOS) post.

C# code

Refer to the table below to get to the code that accompanies each blog post.

Blog post Folder Min. SDK version
3. Setting up a C# solution for EOS in Visual Studio 2019 CSharp/EOSCSharpSample_3 1.15.2
4. Authenticating with Epic Account Services (EAS) CSharp/EOSCSharpSample_4 1.15.2
5. Getting and setting user presence CSharp/EOSCSharpSample_5 1.15.2
6. Querying for Epic Friends and their status CSharp/EOSCSharpSample_6 1.15.2
7. Accessing EOS Game Services with the Connect Interface CSharp/EOSCSharpSample_7 1.15.2
8. Retrieve game-specific data from the cloud CSharp/EOSCSharpSample_8 1.15.2
9. Storing and retrieving player-specific data CSharp/EOSCSharpSample_9 1.15.2
10. Manage player statistics with Epic Online Services CSharp/EOSCSharpSample_10 1.15.2
11. Rank player scores using leaderboards CSharp/EOSCSharpSample_11 1.15.2
12. Adding achievements to your game CSharp/EOSCSharpSample_12 1.15.2

Requirements

The solutions in this repository require Visual Studio 2019 or Visual Studio 2022 with the following workloads & features:

  • C#
    • Desktop & Mobile > .NET desktop development

Usage

To compile and run each solution, follow these steps:

  1. Download the latest C# Epic Online Services SDK on the Epic Games Developer Portal (sign-up required).
  2. Copy the 'SDK\Source' directory from the downloaded SDK ZIP to the 'EOSCSharpSample\SDK' folder.
  3. Copy the 'EOSSDK-Win32-Shipping.dll' file from the 'SDK\Bin' directory of the downloaded SDK ZIP to the 'EOSCSharpSample\EOSCSharpSample' folder.
  4. Add your SDK credentials from the Developer Portal to the 'EOSCSharpSample\EOSCSharpSample\ApplicationSettings.cs' file.

Issues

If you notice a mistake in the code, please file an issue.

License

Getting Started series code is distributed under the terms of MIT License. See the LICENSE for details.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.

Resources:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%