3D in Python! Getting Started with Ursina | Ep. 3: Our First Game

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • link to download blender: www.blender.org/
    If you are new to the series please check out episode 1 here: • 3D in Python! Getting ...

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

  • @deeplyvfx5285
    @deeplyvfx5285 2 года назад +2

    i cant see the model in python like i didnt type the script just a gray screen any help?

  • @bulldogs7
    @bulldogs7 3 года назад +5

    When I try to run it it says unable to find .blend file

    • @Max-kk9xw
      @Max-kk9xw Год назад +1

      Hey i have the Same Problem

    • @Fernando-wt1dk
      @Fernando-wt1dk 2 месяца назад

      @@Max-kk9xw search in google "form blend file to obj" or just put the blend file in the game folder

    • @think_youself
      @think_youself 26 дней назад

      @@Max-kk9xw me too

    • @Max-kk9xw
      @Max-kk9xw 26 дней назад

      @@think_youself do you have the Steam Blender Version?

    • @think_youself
      @think_youself 18 дней назад

      @@Max-kk9xw noo

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

    Omgosh he did it the legend uploaded again! great job m8 :D

  • @slappy_chimp
    @slappy_chimp 3 года назад +6

    Yoo this is awesome.. I really wanted to learn ursina but could not find much resources..
    :D

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

    i just tried this, can you help me because the textures for my maze are sometimes stretched and broken

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

    I keep getting a missing mesh error although the path i put matches that of the mesh? Do you know what could be wrong?
    nvm i fixed it, now textures won't wrap properly and collisions are off
    i fixed the collision issue but my custom texture won't wrap now
    nvm fixed the issue again. just gonna leave the comment for the algorithm :D

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

      I'm glad you could sort it out!

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

      @@windsurftweeds1355 now I'm gonna try and work on optimising the rendering. Gonna be hard though lmao, you got any ideas of how to remove textures if they are adjacent to other blocks?

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

      @@veqr7266 ursina does do some culling to improve efficiency. The best way to optimise the maze is in blender though, as there are many faces within the geometry that could be combined in to a single face. (however this is a programming rather than a blender tutorial so I didn't go down that route here)

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

      @@veqr7266 i have the same issue for the collision one. can you tell me what did you do?

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

      @@disguyanimates7742 i don't fully remember but I think I just removed the file type from the path

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

    When declaring the maze as an entity, it is only showing the brick texture on the top of the maze, rather than the walls aswell. Any ideas how to fix it?

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

      Did you do the UV unwrapping stage?

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

      @@windsurftweeds1355 can you give google drive link of that maze file because my laptop cannot run that software

  • @minbhone7713
    @minbhone7713 4 месяца назад

    help it keeps trying to convert the .blend to .obj and it crashes

  • @Biokompott
    @Biokompott 28 дней назад

    Just doesnt work ... The blender file doesnt show up.

  • @soheibmemes2594
    @soheibmemes2594 2 года назад +2

    haha I'm the 600th subscriber XD

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

    I know you are busy but you seem to be the only one actually teaching ursina everyone else just telling me how to create minecraft ripoff, pls upload more and faster, it so good

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

    ı understand correct right ? if you jump reset player position ?

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

    (3 aux display modules not yet loaded.) error code.. pls help

  • @_myshorts_.
    @_myshorts_. 3 года назад

    can you give google drive link of that maze file because my laptop cannot run that software

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

    My player is still going thru the maze

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

    My model won't show up (I put it in the same file)

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

    THANK YOU SO MUCH FOR THOSE VIDEOS

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

    Can I do this on mobile mobile because I have a app called pydroid 3 and it's literally python. But can this work on mobile?

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

    can u make a inventory screen that open with ¨E¨

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

    bro how to save my game progress. please let me know

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

    NICE TUTORIALS!!

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

    Thank you! This is so cool :D

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

    WOW!!!!!! Amazing!!!!!

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

    how can i change the colors of the maze

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

      Pass the entity the argument color=color.red it should be mentioned in episode 2

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

    How to auto generate land

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

      You'd need to use a perlin noise module, and apply the heights we get from that to the mesh that you make. If you're talking about the minecraft clone there's a lot that goes in to it, so we're building up to something like that.

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

      @@windsurftweeds1355 thnx hope you'll make a vid for it

    • @_myshorts_.
      @_myshorts_. 3 года назад +2

      @@windsurftweeds1355 can you give google drive link of that maze file because my laptop cannot run that software

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

      @@_myshorts_. my laptop cannot run minecraft so I tried to make one myself lol 😂😂

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

      @@renu3463 🤣🤣🤣🤣

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

    aMazing computer science

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

    can you help me its showing an error on mesh not found

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

      is it saved in the same folder as your project?

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

      @@windsurftweeds1355 ohhhh sorry i forgot XD

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

      @@windsurftweeds1355 thank you

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

      @@windsurftweeds1355 can you give google drive link of that maze file because my laptop cannot run that software

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

    Part 4

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

    i cant open the model

  • @Nothing-nc7ce
    @Nothing-nc7ce 2 года назад

    upd: i solved maze problem.
    but now i cant understand why colliders doesnt work

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

      same

    • @Nothing-nc7ce
      @Nothing-nc7ce 2 года назад

      @@bruh8404_ bruh, i solved this problem, you need to delete EditorCamera

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

      @@Nothing-nc7ce thanks

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

    so great but the only problem that you play to much with 3D