09 2021 档案
摘要:从 2021 年 8 月 13 日开始,在 GitHub.com 上执行 Git 操作时,不再接受以账户密码的形式完成身份验证,改用token $ git clone https://github.com/username/repo.git Username: your_username Passw
阅读全文
摘要:主要思路就是禁用当前的collider void OnTriggerEnter2D(Collider2D col) { if (col.tag == "cherry") { col.gameObject.GetComponent<BoxCollider2D>().enabled = false; D
阅读全文

浙公网安备 33010602011771号