using System.Collections; using System.Collections.Generic; using UnityEngine; public class YouLoftSDK : MonoBehaviour { public void Init() { #if UNITY_ANDROID|| UNITY_IOS PottingMobile.InitializeSdk(); #endif } }