stomt / stomt-unity-sdk

Collect feedback in-game with STOMT for Unity3D.
https://www.assetstore.unity3d.com/en/#!/content/64669
MIT License
18 stars 2 forks source link

There is no public API for showing the Stomt popup #11

Closed Bunkerbewohner closed 7 years ago

Bunkerbewohner commented 7 years ago

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?

Bunkerbewohner commented 7 years ago

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