using ES3Internal; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ShareListener : MonoBehaviour { public void SnapNShare() { Debug.Log("Snap N Share"); SharingManager.Instance.SnapAndShare(); } }