2016-12-01から1ヶ月間の記事一覧
using UnityEngine; using System.Collections; public class createfolder : MonoBehaviour { string streamingassetpath = Application.streamingAssetsPath; // Use this for initialization void Start () { } // Update is called once per frame void …