摘要:
右击unity的快捷方式,在“属性”里面找到“目标”,在末尾添加 -projectPath。如:"F:\Program Files (x86)\Unity\Editor\Unity.exe" -projectPath 阅读全文
摘要:
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... 阅读全文