How to use UDIM's inside Unreal Engine - Maximize your Texture Resolution in 5 minutes!

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 66

  • @jso19801980
    @jso19801980 Před rokem +3

    i could tell by the way you constantly gave credit to joe this channel was legit

  • @Groobaby
    @Groobaby Před 2 lety +7

    the music in the background is a bit loud btw, it would help to lower the volume in future videos. otherwise, really great video! absolutely digging your straight-forwardness.

    • @QuinnKuslich
      @QuinnKuslich  Před 2 lety +1

      Damn I’ll make sure to fix that in the next one

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

    VERY helpful. Thanks for this video!

  • @araskuzucu3456
    @araskuzucu3456 Před 2 lety +1

    I discovered this channel today and love it ! Keep it up like that

  • @teodorivanov7405
    @teodorivanov7405 Před 2 lety +2

    That's insanely usefull stuff! Thank you!!

  • @foxxuu
    @foxxuu Před rokem +1

    Why do you have to use only the 1001 mesh? How does unreal get the info from the other textures and maps?

  • @johnjohns8863
    @johnjohns8863 Před rokem

    1 new thing after another beautiful time to be developers

  • @RahlSilver
    @RahlSilver Před 2 lety

    Thank you brother, this was really helpful!

  • @halfsvrarcade
    @halfsvrarcade Před 4 měsíci

    I have a few UDIMs in my Unreal 4.27 VR game and considering using more to lower draw calls, but I haven't seen any detailed information online about actual performance implications of using UDIMs.

  • @peterallely5417
    @peterallely5417 Před 2 lety

    Keep making stuff dude, I’m subbed.

  • @Shinobubu
    @Shinobubu Před 7 měsíci

    UDIM's are great in that you still only use 1 material instead of multiple materials per set. so you only expend 1 draw call

  • @rezagholipour
    @rezagholipour Před rokem

    thank you so much

  • @modz7014
    @modz7014 Před 2 lety +2

    Is this workflow good for games? i heard they use this for movies, but for games if you use this process a lot this will be bad for performance right? nice video by the way, thanks

    • @QuinnKuslich
      @QuinnKuslich  Před 2 lety +9

      So far they work pretty well, my team and I are using it in our VR game. For all of our characters, and we’re running at 90 frames

  • @megangriib2604
    @megangriib2604 Před rokem +3

    So let me get my head around this, when you've set up your material in UE5, the final result still only uses 4 textures? Or does it use more textures, but you're able to use a lower resolution because the UDIM's allow you to make your UVs bigger? I'm trying to work out the best way to work around texture limits so have to reduce the number/size of textures I have.

    • @johnjohns8863
      @johnjohns8863 Před rokem +2

      See a game like gta5 the whole gta 5 map textures are on 1 big udm called a atlas so yea its calling 1 base color 1 normal 1 roughness ect instead of calling thousands of individual uv maps , so yea it save a lot by only calling 1 big atlas udm map instead of thousands

  • @srod8509
    @srod8509 Před 2 lety

    Thank you

  • @peterallely5417
    @peterallely5417 Před 2 lety

    Another note, some suuuuper beginner Vr dev stuff would be great. Peeps will lap that up.

    • @QuinnKuslich
      @QuinnKuslich  Před 2 lety

      What did you have in mind? Standard pickups, Game Design? A lot of VR development tends to get complex simply due to dealing with all of the objects needing scripting so the player can interact with them. I did want to create some locomotion tutorials those would be pretty simple.

  • @Mjbrowngraphics
    @Mjbrowngraphics Před 2 lety +1

    I have a problem, I have done as the tutorial suggested however my material is only applying the first udim tile correctly, it is not linking the rest of the udim tiles from the folder (1002,1003 etc,etc). Any help would be appreciated

    • @Mjbrowngraphics
      @Mjbrowngraphics Před rokem +1

      Edit: i have figured out the problem, i did choose the "preserve udims" (paraphrasing but its something like that) setting when i created the project in substance painter, it works now

  • @TheLudonline
    @TheLudonline Před 2 lety +1

    i think it's the most understable video for a noob like me.
    But i still have a problem, i have a "ehight map" and i don't know what to do with it on the node, any clue ?
    Thanks !

  • @elivano1
    @elivano1 Před 2 lety

    gracias hermano me sirvio demasiado seguire tu canal para mas tutos

  • @Glorious_Deccan
    @Glorious_Deccan Před 8 měsíci

    Does UDIM support on android packaging ue5?

  • @briandraughn6151
    @briandraughn6151 Před 2 lety +3

    Appreciate the video! Do you have any tips on how we'd handle multiple texture sets with UDIMS to unreal? Basically one texture set uses tile 1001, 1002 and 1003, set two is 1004, 1005, etc.
    Is it possible to bring this in, or do I need to completely rework how it's built in substance painter?

    • @MrShroombot
      @MrShroombot Před 2 lety

      It's possible. You don't have to rebuild. I learned how to do it back in Maya in a Maya to SP to Maya workflow. Now I'm just trying to get it into UE. Let me know what you find. I'm gonna try to figure it out.

    • @MrShroombot
      @MrShroombot Před 2 lety

      I figured it out. You just make a new materials and drag in your other 1001 textures then plug then in and put that on the parts of your model.

  • @emo5922
    @emo5922 Před 11 měsíci

    did virtual texture support opacity channel with udim tiles?

  • @qaztim11
    @qaztim11 Před rokem +2

    Are UDIMs cost-effective to use in real time games? Or are they too processing intensive?

    • @petertremblay3725
      @petertremblay3725 Před rokem +1

      Using UDIMs for realtime rendering is massive overkill and will quickly eat through your GPU memory budget. You might want to reconsider the detail that you're putting into your textures. If you have a large asset that needs more than a 4k texture consider splitting it up. For example a large building, you could split it up into multiple face-sets with their own material assignments and texture maps.

    • @qaztim11
      @qaztim11 Před rokem +1

      @@petertremblay3725 Thanks for the reply, i got hired after this post and i learned the hard way that UDIMs are not that cost efficient for production.
      Had to re-do a lot of textures and bakes after splitting up the materials and faces, live and learn i guess.

    • @petertremblay3725
      @petertremblay3725 Před rokem +1

      @@qaztim11 There is nothing like learning it in the field indeed!

  • @ericzimmer
    @ericzimmer Před 9 měsíci

    Anyone know how to import udims into unreal, if you manually added in the udim numbers into the file name?

    • @hoho7029
      @hoho7029 Před 4 měsíci

      have you found out the way? ive manually named files and its not linking

  • @d369studios
    @d369studios Před 2 lety

    Thx for making this video sub'd

  • @north6935
    @north6935 Před rokem

    how viable are UDIMs when it comes to runtime for games, are they not very expensive?

  • @r0hc480
    @r0hc480 Před 2 lety

    Hi, is there any way to use displacement or height maps using udims in unreal? Doing this from a vfx pov. Great vid btw. Loved it

    • @cliffhton3199
      @cliffhton3199 Před 2 lety

      There is no need to use them, you can work with the normal maps.

  • @IstyManame
    @IstyManame Před 2 lety +1

    I don't really understand the pros of UDIM workflow, isn't it the same as just using one texture with higher res?

    • @QuinnKuslich
      @QuinnKuslich  Před 2 lety

      Yeah that’s literally the pros of it

    • @IstyManame
      @IstyManame Před rokem

      @@QuinnKuslich still don't get it, why not just use a single uv tile then?

    • @QuinnKuslich
      @QuinnKuslich  Před rokem

      @@IstyManame because you get higher resolution if u use more

    • @universeheatdeath
      @universeheatdeath Před rokem

      @@IstyManame I'm guessing you're asking why you'd use UDIM's using 3-4 tiles than just using 3-4 separate textures... UDIM's allow the game engine, or whatever you use to only have to go through a few texture maps instead (Most of the time just 3 per asset in the case of UE5) than tens of separate UV's. Along with making your workflow faster, for whatever reason 3 UDIM maps that take up 3-4 spaces (Albedo, Normal, AO+) are a smaller file size overall than multiple separate UV's (at least in my experience), I thank it's how the computer computes the images and UDIM's are just faster that way. I really don't exactly get how they work but I hope this helped :)

    • @universeheatdeath
      @universeheatdeath Před rokem

      @@IstyManame Also forgot to mention... if you use a few 4k maps, rather than one large 2k UDIM map, it makes the file size smaller as well while giving you better texture resolution

  • @Mirakuruuu
    @Mirakuruuu Před rokem

    you forgot to turn off the sRGB checkbox for OcclusionRoughnessMetallic texture map. Unless im missing something

    • @IstyManame
      @IstyManame Před rokem

      There are 3 textures in a single sRGB one, he would lose all the important information if he does that

    • @bydlaczek1000
      @bydlaczek1000 Před rokem +1

      @@IstyManame The ORM texture contains no color information and should be unchecked.

  • @Tenchinu
    @Tenchinu Před 2 lety

    amazing tut... but, would this workflow function with UE5?

  • @pearlkim9314
    @pearlkim9314 Před 2 lety +3

    First!!!

  • @gabyfae661
    @gabyfae661 Před 2 lety

    Awesome tutorial! This helped me solved problems when exporting my textures from substance. Although when I'm applying my material to the mesh in UE, it's only applying to one of my Udims, even with Virtual Textures enabled. Can you help me out?
    Subbed, btw!

    • @QuinnKuslich
      @QuinnKuslich  Před 2 lety +1

      That’s a weird error. What version of a Unreal are you using

    • @QuinnKuslich
      @QuinnKuslich  Před 2 lety +1

      Also did you remember to restart your engine, the other thing that might be an issue that we could address would be actually opening up your texture maps and making sure it matches substance painter

    • @gabyfae661
      @gabyfae661 Před 2 lety

      @@QuinnKuslich I restarted my engine after enabling Virtual Textures and waited until all the shaders were compiled. And I'm using UE5! That... Might be it haha. It's bizarre because When I create multiple materials and drag and drop them to individual pieces of geometry on the mesh, the maps get applied there.

    • @n2killu
      @n2killu Před 2 lety

      @@gabyfae661 That's wierd

  • @jadestewart9202
    @jadestewart9202 Před 2 lety

    Do you know if there's a way to get opacity maps to work with udims in Unreal?

  • @arash5550
    @arash5550 Před 5 měsíci

    doesnt work 5.3

  • @user-cw3nb8rc9e
    @user-cw3nb8rc9e Před rokem

    music in the background too loud. you can disable it completely. just distracting nothing else.

  • @yantingye1677
    @yantingye1677 Před 2 lety

    UE5 does not work!

  • @victordladla5637
    @victordladla5637 Před rokem

    music really destructing...best to remove it