Steamworks Event Triggers
When you need it on-demand
Last updated
When you need it on-demand
Last updated
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
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.
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.