• amotio@lemmy.world
    link
    fedilink
    arrow-up
    33
    ·
    8 months ago

    I kind of understand the appeal of blueprints, for small projects and quick proof of concept maybe. But never understood how can anyone do any serious or complex work with it. It just felt so limitting when I tried it in Unreal, never bothered with plugins for unity.

    • megopie@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      12
      ·
      8 months ago

      I mean, I think a lot of times it is drilled in to people as “best practice” for working in a larger organization.

      To some extent this makes sense from a managerial perspective, like, you can move people between projects and expect them to pick up where the last person took off since it will be somewhat intelligible.

      I’ve seen some nightmares though where projects were barely function because a bunch of unnecessary stuff was added to make it fit the shape.

    • HatchetHaro@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      10
      ·
      8 months ago

      Blueprints are faster to develop with in Unreal Engine, as it’s quite literally built into Unreal Engine and doesn’t require compiling from a separate program. It’s even got live node previews to show you exactly what is being run at specific times, so it’s easier to debug in too.

      It really shines when you want to prototype a lot of things really fast, especially to get the game working first before the optimization step of moving functions and backend stuff over to C++.

    • Captain Aggravated@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      I have some experience with the visual coding that Godot has/had (they’re deprecating it) and it looked like a useful tool for, say you’ve got an artist on the team who does all the creature models, the visual code stuff would be good for them to program the behavior of some little background creature in. Like I could see doing the AI for a chicken in it. Wander a random distance between 1 and 5 meters, peck(), play cluck.wav, scratch(). That way the programming that’s really the artist’s job can get done, but the REAL coding work like game logic can be done by the programmers on the team.

      Again, this feature has been deprecated.

    • Vulwsztyn@lemmy.world
      link
      fedilink
      arrow-up
      17
      ·
      8 months ago

      Please don’t, at least at the beginning, Uncle Bob is widely reputed to have done as much harm with his OOP work as he has done good, if not more.

      • netwren@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        8 months ago

        Look don’t be dogmatic with anything. Read it. Understand everyone has opinions. There are tradeoffs for every engineering decision. EVERY decision.

        Learn to weigh them yourself and learn the intricacies of where it doesn’t make sense and where it does

      • iAvicenna@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        8 months ago

        I mean I like what is at the core of his suggestions. If you don’t take it as a religion but add a dash of flexibility on it then I think it is quite useful.

        • BiteSizedZeitGeist@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          8 months ago

          This is the way. There’s some good advice but it’s not universally applicable. The problem is, Uncle Bob defends his philosophy as if it was, diminishing the advice’s reputation.

      • Kogasa@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        8 months ago

        I’d appreciate some qualification on “widely reputed” + “as much.” I’d concede it’s common knowledge that dogmatically following his advice is a mistake, but I’m surprised by the claim that his advice is mostly harmful.

  • BmeBenji@lemm.ee
    link
    fedilink
    arrow-up
    15
    ·
    8 months ago

    Dang is Lilith not on Mastodon yet? I used to follow her on Twitter and now I iust realized how much I miss her toots.

    I never liked Bloodborne but the Bloodborne Kart meme was too good not to fall in love with.

    • spujb@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      18
      ·
      8 months ago

      twitter user made some code in 2021 that she can no longer understand due to how complicated and poorly organized it is

      • Zellith@kbin.social
        link
        fedilink
        arrow-up
        9
        ·
        8 months ago

        Yeah Ive done that when updating some mods I made. Im all “Why the FUCK did I do it this way?”.

  • HatchetHaro@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    14
    ·
    8 months ago

    This is why I love Blueprints; it forces you to keep your code neat and tidy and readable and documented lest it turns into an absolute mess. It’s also so much fun to prototype in because it’s like modular synths and you can just make an absolute mess if you want.

  • Lung@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    Maybe you can just get Midjourney to make you a picture like this and call it a day?