摘要:
关于Unity3D在各平台上的路径 1、Resources路径 Resources文件夹是Unity里自动识别的一种文件夹,可在Unity编辑器的Project窗口里创建,并将资源放置在里面。Resources文件夹下的资源不管是否有用,全部会打包进.apk或者.ipa,并且打包时会将里面的资源压缩 阅读全文
posted @ 2020-07-07 10:46
MarioLz
阅读(868)
评论(0)
推荐(0)
摘要:
1 using UnityEngine; 2 using System.Collections; 3 4 public class SingleMono<T> : MonoBehaviour where T : MonoBehaviour 5 { 6 private static T _instan 阅读全文
posted @ 2020-07-07 09:34
MarioLz
阅读(265)
评论(0)
推荐(0)
摘要:
1 public enum WeekDay 2 { 3 Sun=0, 4 Mon=1, 5 Tue=2, 6 Wed=3, 7 Thu=4, 8 Fri=5, 9 Sat=6, 10 } 11 static void Main(string[] args) 12 { 13 foreach (Week 阅读全文
posted @ 2020-07-07 09:22
MarioLz
阅读(974)
评论(0)
推荐(0)

浙公网安备 33010602011771号