UPBGE tutorial #02 - python script

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии • 30

  • @vandanakumari5985
    @vandanakumari5985 3 года назад +17

    Don't stop making videos on it. We are with you.

    • @atibyte
      @atibyte  3 года назад +1

      Thanks man!

  • @stoneageprogrammer432
    @stoneageprogrammer432 2 года назад +5

    You rock! I'm an OLD Blenderhead. I am now taking a Python bootcamp. I would LOVE to see you do more tutorials on Python for UPBGE! This one is a good simple intro.

  • @abhishekshadagali
    @abhishekshadagali 2 года назад +3

    Great tutorial to understand python .
    Solution to move cube continuesly when only pressed is to activate pulse true level in logic brick sensor

  • @H_Blake_1997
    @H_Blake_1997 Год назад

    Loving the content man! Keep up the great work :)

  • @abuhanif2417
    @abuhanif2417 3 года назад +2

    Hello sir. I can't see this video in 720 format. By the way i saw some video about cocos2dx . Will you please make a video how to set up cocos2dx for python. Actually I want to make a android game in python.

  • @kyle.siege-lion.siegelin
    @kyle.siege-lion.siegelin 2 года назад

    I really appreciate you making videos about using Python in UPBGE, cause good UPBGE tutorials in general are hard to find unfortunately, so keep it up 👍
    Also I've got a question. Can you make a video explaining states in the logic brick editor? I noticed in another tutorial that there's a panel in the middle where you have your states, but it seems that in newer versions of the program, this states panel is no longer there. This makes it really hard to follow the tutorials out there since a majority of them seem to be older ones,
    so a video on this would be very much appreciated

  • @staylifted_1232
    @staylifted_1232 11 месяцев назад

    So iv tryed using the globaldict to make int proporties presist across diffrent scenes, but it dosnt work no matter how i try. Iv follow many tutorials exactly and to the letter, but in the newest vertion of upbge it just dose not work. I tryed using logic nodes to call the variable in one scene from an object with a variable on it, save it to a JSON file and tryed saving it to globaldict as well. However when i try to call the saved variable in another scene the console says somthing like it refuses to import the saved variable to scene with out exception. Im so lost. There must be a new way. Please iv asked so many people but they all just ghost me or talk trash. Iv have looked at the whole you scene is a ship illustration but that is way out dated. I would very much love a vido showing how you would do this. Or at the very least a step by step instructions guid. Having variables sent and read in other scenes is absolutely necessary to make any decent game.

  • @Ryuwie
    @Ryuwie 2 года назад

    i got in trouble.. i can't import bge logic.. here is error text
    from bge import logic
    #! Traceback (most recent call last):
    #! File "", line 1, in
    #! ModuleNotFoundError: No module named 'bge'
    how can i import bge logic? i installed Upbge 0.3 ver please help me

  • @444haluk
    @444haluk 3 года назад +4

    Your videos are top quality in the UPBGE community! Subscribed and opened notification!
    I want to make a free garden-themed relaxing game that includes a mode where you can design very detailed trees and other plants. From the ground up, from a tiny seed to a whole adult tree, with the animations and all. I already know how to make the animations, tons of tutorials exist for that. But the user interface, position selection with mouse and other game elements, I am not familiar with.
    So in your tutorial series in the future, can you please show some logic/python script combined with Blender's geometry nodes when it comes to selecting a geometry and creating interesting branches?
    Thanks!

    • @atibyte
      @atibyte  3 года назад +3

      Thank you! I am still just learning UPBGE as you do. So i will see how deep i can dig into this hole.

  • @bastianrekiem2925
    @bastianrekiem2925 Год назад

    Muy bueno, proba colocarle a los sensores los 3 puntitos que causan la continuidad de seguro permitira que mantengas presionada la tecla

  • @ivan.enzhaev
    @ivan.enzhaev 3 года назад +1

    Excellent tutorials! Please, make tutorials about colliders, jumping and a capsule collider to move a character across the game world with obstacles: walls, steps and hills.

    • @atibyte
      @atibyte  3 года назад +1

      Thanks, i will see what can i do. I am still learning UPBGE.

    • @ivan.enzhaev
      @ivan.enzhaev 2 года назад

      @@atibyte UPBGE has a build-in physics engine for these things called Bullet Physics

  • @curlyflipper2020
    @curlyflipper2020 2 года назад +1

    Thanks , please make a score board for next tut

  • @alex.artechtattoo
    @alex.artechtattoo 2 года назад

    Super cool!

  • @FinFET
    @FinFET 2 года назад

    Nice tutorial!

  • @daedalusbane9040
    @daedalusbane9040 Год назад

    Thank you so much!

  • @macreator9497
    @macreator9497 2 года назад

    if we use while instead of if will it work better?

    • @atibyte
      @atibyte  2 года назад +1

      No, you cannot add while loops there, it's going to freeze the engine. Try it out.

  • @SkyFly19853
    @SkyFly19853 3 года назад +1

    Nice. ✅✅✅✅

    • @atibyte
      @atibyte  3 года назад +1

      Thanks for the visit again.

    • @SkyFly19853
      @SkyFly19853 3 года назад

      @@atibyte
      You are always welcome and I thank you for making those valuable videos. ✅

  • @AntoineVanGeyseghem
    @AntoineVanGeyseghem Год назад +1

    :o

  • @zaferec2354
    @zaferec2354 2 года назад

    I wish Upbge would improve it more :(

    • @atibyte
      @atibyte  2 года назад +1

      Hopefully they will, but it may take years.

  • @staylifted_1232
    @staylifted_1232 Год назад

    Broken in upbge