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