Home

Awesome

Steamworks-Platform

Unity interface ISocialPlatform implementation using Steamworks.NET.

Overview

Steamworks Platform implements some features of the ISocialPlatform interface and only a few features of Steamworks API. The supported at the moment features are:

More features may be supported lately.

Installation

  1. First of all you have to fulfill all the requirements of Steamworks.NET and install it.
  2. Download the package from build\SteamworksSocial.unitypackage.
  3. Launch Unity and open the project where you have already installed Steamworks.NET.
  4. In Unity import Steamworks Platform unitypackage by using main menu: Assets -> Import Package -> Custom Package and confirm the import dialog.
  5. In Unity open the player settings using main menu: File -> Build Settings -> Player Settings You should now be ready to go.

Demo Scene

The the package contains the demo scene that you may use to see some basic usage of the available features. To run it you need to have the Steam client running. The demo scene is using a demo game from Steam (called Spacewar), so you may play with the available features and see how they are working. The only exception is a friends loading system as it is not directly supported by Steam and is implemented using some sort of a trick with leaderbord. So to test this feature, you will have to successfully launch at least one time the demo scene on the other Steam account, which is in your friend list.

Limitations

As the functionality of the ISocialPlatform and Steamworks API are not idealy fit each other, some of the implemented features are supported with certain limitations.