摘要:
using UnityEngine; using System.Collections; using UnityEngine.UI; using System.IO; public class TakeScreenshot : MonoBehaviour { [Header("Managers")] public GameObject SM; private bool... 阅读全文
摘要:
after import facebook sdk to unity, i get the '`Facebook.Unity.Settings' has already been imported' error, solution is: 1. delete project\Library\Face 阅读全文