Supporting Artists with Procedural Tools | Unreal Fest 2024

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

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

  • @LoganPinney
    @LoganPinney 2 месяца назад

    ACTOR FILTERS !!! The secret sauce in level instances!! Fantastic demo. Thanks for be a rock star on project Titan!!

  • @DawnBriarDev
    @DawnBriarDev 3 месяца назад +11

    Trees generally do float, actually. Just not in air.
    Sorry, listening in the background as I work and couldn't resist. Thank you for all your hard work, Epic.

    • @RedBeardedJoe
      @RedBeardedJoe 3 месяца назад

      @@DawnBriarDev well Technically they are held up by roots not floating in place

    • @mrburns366
      @mrburns366 3 месяца назад +2

      ​@@RedBeardedJoei think he meant in water.. because they're wood 😊

    • @DawnBriarDev
      @DawnBriarDev 3 месяца назад

      @@mrburns366 Excellllllllent.. Taps fingers. A, had to comment on your name. B, you are correct.

    • @mic007129
      @mic007129 2 месяца назад

      true;

  • @mic007129
    @mic007129 2 месяца назад

    Thanks for the video, I learned a lot of good thing to help me out with y current work!

  • @CyberWolf755
    @CyberWolf755 3 месяца назад +3

    PCG looks better and better. Really want to use it as a programmer as well, but still have not find the use case yet.

    • @comguaf8093
      @comguaf8093 3 месяца назад

      is really amazing for world desing and general pre define variations, the PC will only be as good as the base content you give it to work with, at least for fauna, flora and landscape it really feels like a new canvase the best example is minecraft and the worst starfield XD, I love starfield but is lack of misions and content on pcg worlds, In Minecraft you are aware of what PCG is and the well-structured combinations and variations allow you to do a lot, if Minecraft had a mission it would be super strange, so theres a lot o work to do over pcg for complex gameplay

  • @rurzan
    @rurzan 3 месяца назад

    7:14 Unreal batches same meshes with same materials (or Material IDs to be precise) into a single draw call since 4.24 IIRC. You can see it e.g. in RenderDoc. Unless I'm missing something.

  • @TheSandySasquach
    @TheSandySasquach 3 месяца назад

    Expecting to get an understanding of PCG but instead got a deep dive of PCG i was not ready for lol

  • @zeroy
    @zeroy 2 месяца назад

    excellent video :)

  • @BaseRealityVR
    @BaseRealityVR 3 месяца назад

    Love this!

  • @mic007129
    @mic007129 2 месяца назад

    Quick questions, can it spawn blueprints too?
    Imagine like a collection of meshes for a building but with chest amd torches, particles etc..

    • @maxharris6926
      @maxharris6926 2 месяца назад

      @@mic007129 yeah node is called spawn actor

    • @arenaoftheancients8851
      @arenaoftheancients8851 2 месяца назад +1

      PCG can spawn anything, yes also blueprints/actors etc.

  • @FreedomDavied
    @FreedomDavied 3 месяца назад +1

    Does anyone have any Project or PDF of this video?

  • @fahimjaowad8717
    @fahimjaowad8717 3 месяца назад +3

    Why project Titan tho. Sidefx worked hard to showcase their things too. 😢

    • @MatthieuHuguet-d3t
      @MatthieuHuguet-d3t 3 месяца назад

      From houdini ? Project Titan with Simon Houdini or the newer ?

    • @ijerofei
      @ijerofei 3 месяца назад

      They require Houdini

  • @_anty_
    @_anty_ 3 месяца назад +19

    Whatever epic is doing they are avoiding adding proper packed prefabs and introducing those super convoluted options. That is ok for cinematics, but for REAL games Artists or LD's need to move objects around, but not just hide-unhide options or random placing. Sure PCG is great, but first UE needs to fix old crappy landscape tools and then build PCG on top of it as a proper level creation tool

    • @kettenotter
      @kettenotter 3 месяца назад +4

      Yeah was incredible painful to watch... First he makes all the folders in the level then all the data layer assets, assigns them... Then for each version a level blueprint actor....
      But there is hope! Scene graph will hopefully solve all this problems in a proper way.

    • @RedBeardedJoe
      @RedBeardedJoe 3 месяца назад +1

      Well @@kettenotter you have to remember something there are Teams that is all they do is PCG stuff a team just for Terrain a Team for other stuff aswell the PCG team doesnt work on Terrain or anything else unless they add PCG to it

    • @jello4512
      @jello4512 3 месяца назад +1

      Preach. If they actually had good built in tools like errant worlds or unitys microverse.

    • @peterallely5417
      @peterallely5417 3 месяца назад +1

      Yep. Seen on their roadmap though that an overhaul of the landscape system is coming. Hopefully sooner than later. Hopefully that new system and PCG merge into glory at some point

    • @DawnBriarDev
      @DawnBriarDev 3 месяца назад +1

      @peterallely5417 I love Unreal, but not for these side tools. I gave up on landscapes, have never once touched PCG, etc. I find it easier to just write my own class when it isn't a basic function most of the time.
      Hierarchical instanced static mesh component? Gimme that. Procedural mesh component? Gimme that.
      Landscape, movement component, literally anything that isn't directly tied to fundamental rendering? Nope. Just let me write my own.

  • @ellisbyrne359
    @ellisbyrne359 2 месяца назад

    a lot of this really reeks of 'stuff that'll be totally redesigned 6 months from now' - but i guess thats increasingly the way of things.

  • @importon
    @importon 3 месяца назад +4

    You guys need to train an LLM on your documentation, tutorials, and talks like this so it can be an assistant within the editor. This is the key to unlocking productivity to the masses.

    • @Cryptic0013
      @Cryptic0013 3 месяца назад +10

      Nice marketing speak, but AI-generated answers are both too vague and unreliably accurate to be used in lieu of looking up the documentation.
      If you can't RTFM, you can't tell whether the AI is hallucinating, and you are in for a bad time.