Page cover

Steamworks Event Triggers

When you need it on-demand

Like what you're seeing?

Introduction

The Steamworks Event Triggers component works similarly to Unity's Event Trigger component letting you easily connect to any Steamworks SDK static event quickly and easily. There is no reason to use this component in C# code as all of these events are available on their respective API extensions. This component exists only to expose those events to the Unity Inspector.

Use

Simply click the Add New Event Type and select the event you wish to add

When done you can connect objects to the event as you would any other Unity Event. You are not required to use this component to access these events. Each event is also available on related "Managers" such as the Lobby Manager as well as in code via the respective API extensions.

Last updated