示例#1
0
    private void Start()
    {
        CheckpointManager.DontDestroyOnLoad(this.gameObject);

        Debug.Assert(Instance == null, "More than one CheckpointManager");

        Instance = this;
    }