摘要: 右击unity的快捷方式,在“属性”里面找到“目标”,在末尾添加 -projectPath。如:"F:\Program Files (x86)\Unity\Editor\Unity.exe" -projectPath 阅读全文
posted @ 2013-02-19 17:01 Marble 阅读(358) 评论(0) 推荐(0) 编辑
摘要: public void ShowRandomNum() { ArrayList list = new ArrayList(); Random rand = new Random(); for (int i = 0; i < 5; i++) { while (true) { int temp = rand.Next(0, 10); if (!list.Conta... 阅读全文
posted @ 2013-02-19 15:21 Marble 阅读(228) 评论(0) 推荐(0) 编辑