Level Editor - Episode 2 - User Interface Setup

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In this video let's talk about how we will be setting up the user interface to create our level editor. Learn the basics of how the project is setup, and how to configure the initial UI class that we will be using.
    [ Downloads ]
    Starter Project: www.dropbox.com/scl/fi/4at0lw...
    [ Plugins ]
    SSave - • SSave - A simple save ...
    Imgui - • Simple UI with GameMaker
    [ Support ]
    Watching the video is amazing, but also subscribing would be super helpful! If you are looking for text tutorials, full source code, etc... then check out my Patreon Site at / gamemakercasts
    [ Other Stuff ]
    Are you currently working on a game and want some feedback? Check out this form below
    forms.gle/N8xeMqLCbHtQ3SmA9
    Is your game up on steam, itch, epic and has a trailer and want it featured for Games of the Month? Check out this form then forms.gle/gFbTTg6mh1WXQocC6
    If you would like to talk about a sponsorship please fill in the following form forms.gle/zpWPDdYUhiEZYpAN8
    And as always, thank you for watching

Komentáře • 7

  • @SGTIvan921
    @SGTIvan921 Před 7 měsíci +1

    I look forward to the next episodes. You are very skilled and underrated, sir!

    • @GameMakerCasts
      @GameMakerCasts  Před 7 měsíci +1

      Thank you, glad you are enjoying them. Next one is out on tuesday

  • @stoozey
    @stoozey Před 6 měsíci +1

    thanks for showcasing ssave :)

  • @denottOG
    @denottOG Před 7 měsíci +1

    I can't wait for the next episode, it's really helpful. :D

  • @namatakahashi5159
    @namatakahashi5159 Před 7 měsíci +1

    😍

  • @chrishodgkinson322
    @chrishodgkinson322 Před 6 měsíci

    Getting an error with this... When I press f1 to bring up the test window I get the following error:
    ERROR!!! :: ############################################################################################
    ERROR in
    action number 1
    of Step Event0
    for object obj_Debug:
    unable to convert string "" to bool
    at gml_Script_anon@114930@ImGui_ImGui (line 3808) - if (__imgui_want_text_input(undefined)) {
    ############################################################################################
    gml_Script_anon@114930@ImGui_ImGui (line 3808)
    gml_Script_anon@273@UI_UI (line 14) - ImGui.__Update();
    gml_Object_obj_Debug_Step_0 (line 7) - ui.__update();
    This is on macOS 14.2.1, running IDE 2023.8.2.108 and Runtime 2023.11.1.160
    I've checked and double checked that I've followed the vid exactly but no joy.