Creating a Title Screen Menu in Unity - Unity Game Essentials

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 40

  • @bumpleGrumpGames
    @bumpleGrumpGames 2 ปีที่แล้ว +1

    Thank you for this tutorial! UI is not my strong suit personally and your style of coding and teaching has really helped in my gamedev journey. Much appreciated!

  • @CleoCat75
    @CleoCat75 2 ปีที่แล้ว +4

    Also good to remember is that your scene needs an "EventSystem" added to it. Mine didn't have one and I couldn't get the onClick() to do anything until I added the EventSystem to my new Scene. :) great video!

  • @joriskleijn2628
    @joriskleijn2628 6 ปีที่แล้ว +12

    Dude i have got somuch information out of your vids. You are a legend!

  • @ariannataba1949
    @ariannataba1949 3 ปีที่แล้ว +4

    Great video, super easy to follow. Thank you for helping me get through my hw assignment.

    • @BGDMusic
      @BGDMusic 2 ปีที่แล้ว

      unity as homework? huh interesting

  • @ttvBeansFN
    @ttvBeansFN 2 ปีที่แล้ว

    Thank you so much! This is such a great video, is simple and doesn't overload you with information! It is so simple you can use it but slightly alter it so many buttons can activate many different scenes! Thanks again!!!

  • @easd5480
    @easd5480 6 ปีที่แล้ว +7

    IVE BEEN LOOKING FOR A BASICS SERIES (I’m empofsheep from your twitch streams)

  • @spoiled_kitten
    @spoiled_kitten 2 ปีที่แล้ว

    FINALLY A GOOD TUTORIAL, EVEN THO ITS OLD ITS GOOD FOR ONCE hasfhkal

  • @christopherkuehn5497
    @christopherkuehn5497 6 ปีที่แล้ว +4

    This will be helpful for the game jam. Make one on a save system please!

  • @ОлегМосягин-р8й
    @ОлегМосягин-р8й 6 ปีที่แล้ว +3

    Great tutorial as always, thank you very much!

  • @banirolls
    @banirolls ปีที่แล้ว

    I am not clicking the button and when I press play it immediately sends me to the next scene. I do have an animation on the button but I don't think that should interfere.

  • @dedy__5622
    @dedy__5622 4 ปีที่แล้ว +1

    undersubscribed you're a legend

  • @AzziProto
    @AzziProto 4 ปีที่แล้ว +2

    It wont let me click and drag the script into the canvas. HELP
    edit: made a small error in the code. works fine now. Thanks!

  • @rrraya81
    @rrraya81 3 ปีที่แล้ว +1

    how do i get the mouse to actually move

  • @mosysaurusrex
    @mosysaurusrex 6 ปีที่แล้ว +1

    WOW! Thank you so much for the vid... so informative!

  • @ismulniir
    @ismulniir 4 ปีที่แล้ว

    i use two cameras, and i can only use the mainmenu camera or else it will just go straight into the game, what should i do?

  • @ryanmcm1888
    @ryanmcm1888 5 ปีที่แล้ว

    Excellent tutorial! Helped me out massively thanks!!!

  • @fearlessbot9695
    @fearlessbot9695 3 ปีที่แล้ว

    i feel like my second scene is running at the same time as the first..how do i stop that?

  • @KILOSHARD
    @KILOSHARD ปีที่แล้ว

    It wont place the image everytime I drag it to the box

  • @thefrogge
    @thefrogge 5 ปีที่แล้ว

    lighting is messed up when level scene loads in
    but lighting is fixed when i build it

  • @MrMango-og7je
    @MrMango-og7je 6 ปีที่แล้ว

    Why does the second scene have such harsh shadows and dark lighting when it loads in?

  • @samwel8671
    @samwel8671 5 ปีที่แล้ว +1

    some of these things do not exactly work for me, although it may be that I am on Mac

  • @amogh2101
    @amogh2101 6 ปีที่แล้ว

    Can you create a video tutorial showing how to play 360 video? Like, If I click on New Game the next scene should play 360 video

  • @bramvevo1751
    @bramvevo1751 6 ปีที่แล้ว

    Why do shadows look so different once youve switched scenes

  • @user.c6209
    @user.c6209 6 ปีที่แล้ว

    once again, the little menu for On Click i not showing me the options when i add my script in. someone please help!

    • @user.c6209
      @user.c6209 6 ปีที่แล้ว

      ah never mind i keep dragging my script instead of the object wHOOPS

  • @ItsJoeyG
    @ItsJoeyG 4 ปีที่แล้ว

    Please post the rotating script.

  • @Btkaroakes
    @Btkaroakes 2 ปีที่แล้ว

    Scene maneger is not working

  • @fuchsiasniper5699
    @fuchsiasniper5699 6 ปีที่แล้ว +1

    very helpful, thank you:)

  • @charleelerow9589
    @charleelerow9589 5 ปีที่แล้ว

    my coding teacher showed me this. it was epic

  • @classicchessplayer7068
    @classicchessplayer7068 ปีที่แล้ว

    thank you!

  • @Suni.v
    @Suni.v 4 ปีที่แล้ว +2

    you're welcome...
    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    public class NewBehaviourScript : MonoBehaviour
    {
    // Start is called before the first frame update
    void Start()
    {

    }
    // Update is called once per frame
    void Update()
    {

    }
    }
    public void NewGame()
    {
    }

    public void QuitGame90
    {
    Application.Quit();
    }
    [}

  • @sadboy-danii7271
    @sadboy-danii7271 6 ปีที่แล้ว

    Could you make maybe in the future soon a new series how to learn how to make a 2d foghting game "like that new dragonball z game"

  • @JaackMilk
    @JaackMilk 6 ปีที่แล้ว +1

    Hi

  • @chirpetstudios
    @chirpetstudios 6 ปีที่แล้ว

    Fuck I just lost all my game progress.

  • @chirpetstudios
    @chirpetstudios 6 ปีที่แล้ว

    The scripting is so confusing.

  • @treeckomasterball1227
    @treeckomasterball1227 6 ปีที่แล้ว

    Hellooo

  • @damx9385
    @damx9385 4 ปีที่แล้ว

    lol