Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlabrecque/Steamworks.NET-Example
Example project for Steamworks.NET
https://github.com/rlabrecque/Steamworks.NET-Example
steamworks unity
Last synced: 3 months ago
JSON representation
Example project for Steamworks.NET
- Host: GitHub
- URL: https://github.com/rlabrecque/Steamworks.NET-Example
- Owner: rlabrecque
- License: unlicense
- Created: 2013-12-03T18:10:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T00:23:46.000Z (7 months ago)
- Last Synced: 2024-10-11T09:54:46.020Z (4 months ago)
- Topics: steamworks, unity
- Language: C#
- Homepage:
- Size: 7.13 MB
- Stars: 203
- Watchers: 14
- Forks: 50
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Steamworks.NET Example
=======This is a sample project for [Steamworks.NET](//github.com/rlabrecque/Steamworks.NET) it is intended to show functionality and a potential usage scenario.
It is heavily based upon the Steamworks Example 'SpaceWar' included with the Steamworks SDK. It currently only features the `StatsAndAchievements` class from SpaceWar.
Check out the [Steamworks.NET Test](//github.com/rlabrecque/Steamworks.NET-Test) project for a playground showing you how you could call every Steam function.
This sample is available in the public domain (where acceptable.) Please view [LICENSE.txt](LICENSE.txt) for more details.
This project is usually built using the latest version of Unity. As such it is only expected to build and run out of the box on the version specified in [ProjectVersion.txt](ProjectSettings/ProjectVersion.txt) or newer.