Hoo boy, this was more of a challenge I wanted to do myself, was getting tight on time near the end.
I wanted to try to show how to setup something every game needs, a main menu, in as concise of a way as possible in a Unity Tutorial. I also tried to explain additional things like general UI advice in Unity, as well as Scene management (loading different scenes) and how scenes are built into the project. I know the pace is pretty quick, but hopefully this helps you out!
LIKE the video if you learned something useful, it really helps the channel out.
COMMENT if you have any questions or want to tell me how I went slightly over 5 minutes (does intro and outro count? I’m unconvinced)
➤Join the new DISCORD SERVER:
➤Want to make video games? Start with my tutorial Playlist:
➤5 Minute Tutorial Series:
➤Don’t forget to SUBSCRIBE for all the upcoming content.
Thanks for watching!!
~~~~~~~~~~~
ASSET LIST
~~~~~~~~~~~
Red Cliff Background:
~~~~~~~~~~~
Nguồn: https://potomacstewards.org/
Xem thêm bài viết khác: https://potomacstewards.org/game/
Xem thêm Bài Viết:
- Classic Game Room – ORBITOR 1 pinball machine review
- Let's Play Flink – Fun with Streaming in a Gaming Company
- A Wii U Promise Finally Fulfilled 9 Years Later! (Clubhouse Games Secret)
- DAYZ #5: VŨ TRỤ MỚI – CLAN "VIET NAM BO DOI" PHẢI QUỲ XIN TIỀN BỌN TÂY =))))
- Playstation Move but it's a terrible harry potter game
For those having an error with SceneManager make sure the top of your script has this statement:
using UnityEngine.SceneManagement;
Very good tutorial,it would be helpfull if you could do one where you show how to make a scene play selector for more levels.Ly <3 no homo
My back button is still showing on the main menu and only disappears after opening options then going back. Any help?
i copied it word for word please help me unity is giving me 2 errors
AssetsMainMenu.cs(5,34): error CS1002: ; expected
and AssetsMainMenu.cs(6,48): error CS1003: Syntax error, ',' expected
don't have Button TextMeshPro
I need help only the exit button work after making the option button work, and that does not even work
god damn, how much do I pay to get your brain and knowledge?
you need to get on Udemy. First sub right here
Help ASAP! I am on my Main Menu scene and I can't interact with any of the buttons they aren't even highlighting!
You left off so many stuff at the end to make the video 5 minutes long!
Exactly how I would do it!
Thans SO much, im trying to make a multiplayer game for my friends and i to play and this works flawlessly
next time, please dont skip things, it was very hard to follow you when you are like aaaaand i did some things off camera. some of use are trying to learn how to do this and it is hard when you just skip to another part with no visual
Its not working :/
I did It just like you but the "back" button is visible in the beginning… when I go to settings I can tap to Back (So from here I am back at the MainMenu) and the "Back" Button is gone "how it should be" unless I go to settings… why?
I am having issues
I made the script and put it in the on click function but the but when I try to add a function and go to the Menu it doesnt show me neither Play function or Exit function
What do I do?
im having trouble, i started my game before i made my menu, and when i try to start the game with the menu implimented i cant see my mouse nor can i click anything
how do i start a new music when i start a new scene?
Wasted hours watching long ass videos that don’t even explain what I’m looking to do which all it was, was a simple two clicks from where I was stuck 😑 damn you coding, thanks tho 💯 this gets a thumb & sub
I was having issues with the scene changing even though I have the build, so I tried it with just a simple print(“pressed”) and it did not return anything to the console. Any ideas?
YOU ARE 9 SECONDS OVER!!!!
Best tutorial every fr
help code dosen't work
using System.Collections;
using System.Collections.Generic;
using UnityEngine.SceneManagement;
public class Mainmenu : MonoBehaviour
{
public void PlayGame()
{
SceneManager.LoadScene(Scenemanager.GetActiveScene().buildIndex+1;
}
public void QuitGame()
{
Application.Quit();
}
}
and finally you can also qui-
there is issue in adding image to source image ???
why not you explain the exact formate of image or any other thing related to it ?????
Is Atom A Good Script Editor For Mac?
Now I Know How To Make A Main Menu. Thanks
Does this Tutorial Not Work With Unity 2019.3 Because My Whole Project Keeps Saying I Can't Build Or Enter Play Mode Until I Fix All Compiling Errors, Even When I deleted Everything In My Scene. (The Game Just Started, I'm Still Only On The Menu.)
i ran into issue. the start, settings, and quit button are still together. can you tell me how you separated them so nicely`
My camera can't see UI. I made a sprite and it appears well, but when I import something from the UI the camera don't show it.
Can someone please tell me what program u can use to make the actual background for the main menu and the title
The back button appears at the start of the game??
I love this tutorial so much.
Hey can you help me w/ something? when i tried to put all of the buttons on the "On click " it doesnt work, how did you select everything?
Why does my back button still appear on the menu screen?
Im your 1kth subscriber. I love the videos so far. Keep it up!
something is missing.. the Quit button overlaps with the Back button on the first screen
We need more 5 minutes series !!!
cool, it helped. forgot to add the build order then finally figured it out. Very helpful video.
This video is legendary. This is too much help, I'd normally have to go through 20 videos to find this much useful information. Thank you very much!
this is super high quality. If you sounded like brakeys I would have thought it was Brakeys. more subs!!
Having a issue with the button function… I click on no function, then MainMenu, but there is no PlayGame or QuitGame like the script..
My Buttons so nothing,they don't react at all
Help i cant find the play button on my menu tab
In SceneManager Script i have the Error That ; expected but a ; is there? What i have done wrong?
Its work for 3d game
when i drag in main menu and go to the script there's no play and quit function please help me