Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Matthew

5
Posts
A member registered Jan 19, 2020 · View creator page →

Creator of

Recent community posts

sry caps

using System.Collections;

using System.Collections.Generic;

using UnityEngine;

using UnityEngine.SceneManagement;

public class NewBehaviourScript : MonoBehaviour {

public void PlayGame () {
SceneManager.LoadScene (SceneManager.GetActiveScene ().buildIndex + 1);
}
public void QuitGame ()
{
Debug.Log ("QUIT!");
Application.Quit();
}

}

PLAY NOWWWWWWWWW

just export to folder to play

plz dont hate me sad if hate D:

Hi I Just Started Learning unity