If (player.SetActive(True))DontDestroyOnLoad(player)
求
收起
if (player.activeSelf) { DontDestroyOnLoad(player); }
报告相同问题?