Elzyxtt
Elzyxtt
  • 2
  • 154
How to make a Level/Scene Loader in Unity using UI
Script:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class MainMenu : MonoBehaviour {
public void PlayGame ()
{
SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1);
}
public void QuitGame ()
{
Debug.Log("QUIT!!!");
Application.Quit();
}
}
#howtomake #unity #unitygamedev #ui #unityui #videogames #unityhowto #howtouseunity
มุมมอง: 120

วีดีโอ

How to add Hit Sounds to your gtag fan game
มุมมอง 363 หลายเดือนก่อน
discord.gg/C4XpBjbrdy Unknown Apes discord for the hit sounds

ความคิดเห็น

  • @jj_dum
    @jj_dum 15 วันที่ผ่านมา

    How you been?

    • @Elzyxtt
      @Elzyxtt 5 วันที่ผ่านมา

      Good, thank you!

  • @RedsightVr
    @RedsightVr 3 หลายเดือนก่อน

    first commet