Jump to content

DLC check installed with BIsDlcInstalled


photo

Recommended Posts

Hi, does anyone knows how to use Steam plugin to check if player has a DLC?

In Steamworks SDK there is this function: BIsDlcInstalled under SteamApps, but in Unigine I can not find something close to that to use..

Link to comment

The Steam plugin is just an example of the custom integration with 3rd party library. You can extend it manually on your side by editing the source of the plugin itself. Out of the box only achievements and some basic account actions are implemented.

Steam plugin sources located in <SDK_Install_Dir>/source/plugins/Network/Steam directory (C++).

If your project is pure C# it may be much easier to integrate something like Steamworks.NET with full functionality: https://steamworks.github.io/installation/#non-unity-instructions

Thanks!

  • Like 1

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...