stomt/stomt-unity-sdk

There is no public API for showing the Stomt popup

Bunkerbewohner opened this issue · 1 comments

Inspite of what the documentation says, there are no (public) methods to show the popup. I'd like to automatically display the popup in my pause menu.

I just added a new public method that does the same thing as the toggle button, i.e.:

public void ShowPopup()
{
  StartCoroutine(Show());
}

Is there a reason this isn't provided by default?

Nevermind... I installed the package from the Asset store, which apparently just wasn't up-to-date.