Show / Hide Table of Contents

Namespace PlayUR.Samples

Classes

AnalyticsBasic

Example code showing how to record Actions in the most basic format.

AnalyticsCustom

Example code showing how to record Actions with and without extra meta data.

LogoutSample

PopupSample

Sample that shows how to open up a popup in the bottom corner with custom text and an image. Useful for notifications, and custom achievement systems.

SampleHighScores

SampleParameterInt

Sample MonoBehaviour which spawns a number of prefabs equal to the value of the parameter defined by parameterKey. Shows a defaultString until the plugin is Ready (Ready). Doesn't handle ParameterNotFoundException.

SampleParameterList

Sample MonoBehaviour which automatically populates a UnityEngine.UI.Text with a random value from the parameter defined by paramKey. Shows a defaultString until the plugin is Ready (Ready). Doesn't handle ParameterNotFoundException.

SampleParameterText

Sample MonoBehaviour which automatically populates a UnityEngine.UI.Text with the value of the parameter defined by paramKey. Shows a defaultString until the plugin is Ready (Ready). Doesn't handle ParameterNotFoundException.

SurveySample

Sample to show how to popup a survey. Data is set in a scriptable object in the sample.

In This Article
Back to top Generated by DocFX