Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You got anitquit?

using System.Collections;

using System.Collections.Generic;

using UnityEngine;

public class AntiQuit : MonoBehaviour

{

    void Update()

    {

        Application.CancelQuit();

    }

}