Unity: Setup #
SDKs are provided to ease integration between your game and Pragma Engine. This guide covers setting up and logging into the engine using the Unity SDK.
Prerequisites:
Pragma Engine, Postman, and IntelliJ must be installed.
Rider, Visual Studio, and VS Code are recommended for working in Unity. Rider requires no additional setup, while Visual Studio and VS Code require some setup.
Topic | Description |
---|---|
Set Up the Unity SDK | Set up your development environment and the Pragma SDK for Unity. |
Handle Login and Logout | Creating a login script, linking the login script to a button, and logging in. |
Authenticate with Steam | Import Steamworks.NET, get a Steam Web API key and App ID, and log into Pragma Engine with Steam. |
Invite Steam Friends | Creating a Pragma Engine party and inviting friends to join via Steam. |
Authenticate with Discord | Import the Discord SDK into Unity, get a Client ID and Client Secret, and log in to Pragma Engine with Discord. |