Generate textures from your asset thumbnails! Free UE5 blueprint friendly plugin

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

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

  • @roja
    @roja 11 месяцев назад +1

    This is nuts. I think you are so cool. This just saved so much time. Thank you!

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

    Nice one! I was hoping someone made this. I also didn't know about the thumbnail edit mode! Cheers for that!
    I'm building a dynamic radial menu and needed a fast way to make Texture versions of thumbnails and this works perfectly. I will be sure to give you a shout out when I release the radial menu.

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

      I did want to note that these thumbnails aren't getting alpha/transparencies of the rendered asset. I assume you are just getting pixel info and not the 3d buffer? It would be awesome to get just the rendered asset and not the background

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

      @@KazeOfKamiDid you manage to not get the background?

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

      @@MuriloFernandoFloriani Unfortunately not. The method I eventually decided to use was a camera with a render target in a Blueprint Actor and output the inverse alpha (which is the only camera setup that deals with alpha it seems). I then render to texture from the render target and then set that texture's min alpha to 1 and max to 0 (this inverts the inverse alpha), and bam, I got a rendered texture with a true alpha mask removing the background.

  • @alienrenders
    @alienrenders 9 месяцев назад

    Thanks! Super useful. I just wanted an easy way to put thumbnails of the enemies in my game into a spreadsheet so I can figure out what stats to give them before plugging it into the game. With your plugin, you can then just right click on the texture and export to PNG.

  • @saintmitt7123
    @saintmitt7123 9 месяцев назад +1

    thanks. idk why but the first thumbnail came out completly grey but after redoing it, it was fine.

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

    Good job keep going⭐

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

    This plugin is awesome.

  • @R6RiderMike-od9zg
    @R6RiderMike-od9zg 6 месяцев назад +1

    @nancedevdiaries Thank you for this great little tool. Any chance you will update it to work with UE 5.4? Also, is it possible to add mouse wheel to zoom in or out?

  • @crazyguy7585
    @crazyguy7585 6 месяцев назад +1

    Wow U save My tons of Time Nance ☺Thanks a lot Unreal consider this plugin by default engine.

  • @ryanke6695
    @ryanke6695 10 дней назад

    Its pretty good! The engine says that the build is not complete but I can still use the plugin.

  • @munucrafts
    @munucrafts 9 месяцев назад

    Really helpful tool. Thank you very much. 😇

  • @ZRKam
    @ZRKam 8 месяцев назад

    Just what I needed, thanks a lot :)

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

    thank you, very convenient, should be in the base engine

  • @THExRISER
    @THExRISER 9 месяцев назад +1

    Thank you!

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

    Thanks! Is it possible to have transparent background? What should be changed?

    • @nancedevdiaries
      @nancedevdiaries  11 месяцев назад +1

      That would be super useful, I'll look into that functionality, thanks! Please do share if you also find a solution :)

  • @carloscotao-iracing5688
    @carloscotao-iracing5688 6 месяцев назад

    Any way to render thumbnails larger than 256x256?

  • @laj8599
    @laj8599 7 месяцев назад

    No way to edit resolution without altering the c++?

  • @libortelupil7647
    @libortelupil7647 10 месяцев назад

    Does it work in UE 5.2? I have some problems to make it work ("The following modules are missing or built with a different engine version") and when I try to build it in VS, it throws about 20 errors and does not compile :(.

  • @crazyguy7585
    @crazyguy7585 6 месяцев назад

    can we increases the size of texture if needed 😄

  • @ryanke6695
    @ryanke6695 10 дней назад

    Its working in UE5.4

  • @wolfboos
    @wolfboos 8 месяцев назад

    This is very good :D

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

    Can I use it in a blueprint. Like I need to call it on a material reference or mesh reference so it can generate a texture so I can use it inside my blueprint ?

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

      This plugin won't work run-time, so I'd generate the textures in-editor first before using them. The asset thumbnails which I use are editor only as far as I know, so I wouldn't be able to make a runtime plugin to generate textures at runtime.

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

    Does it work on UE5 5.2?

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

    What if I’d like to have thumbnails with transparent background to use in the inventory system. Is it possible?

    • @nancedevdiaries
      @nancedevdiaries  11 месяцев назад +1

      That would be super useful, I'll look into that functionality, thanks!

    • @robinorneborg
      @robinorneborg 8 месяцев назад

      a quickfix to this is to edit all the textures in property matrix and set chromakey color to the grey checkerbox color and threshhold to 0,005, also untick the compress without alpha box.

  • @TheSxW
    @TheSxW 9 месяцев назад

    it looks like its not working for skeletal meshes in ue 5.3+

    • @nancedevdiaries
      @nancedevdiaries  9 месяцев назад

      I think this commit/version of the plugin should technically work on skeletal meshes thumbnail:
      github.com/NanceDevDiaries/ThumbnailToTextureTool/tree/1cc942cba4813c3e5726341e977177189b490fe1
      The newer commits support transparency and setting a background, but only works with static meshes and blueprints. I should have kept them separate but at least the older version is still available in the github history! Cheers

  • @UnstoppabIe
    @UnstoppabIe 9 месяцев назад

    Doesnt work with level thumbnail? or am i dumb?

    • @nancedevdiaries
      @nancedevdiaries  9 месяцев назад +1

      I think this commit/version of the plugin should technically work on level thumbnail thumbnail:
      github.com/NanceDevDiaries/ThumbnailToTextureTool/tree/1cc942cba4813c3e5726341e977177189b490fe1
      The newer commits support transparency and setting a background, but only works with static meshes and blueprints. I should have kept them separate but at least the older version is still available in the github history! Cheers

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

    You shouldn't be committing directories like Binaries and Intermediate, as they're related to your UE setup (or something like that). Every user really should generate them on their end by launching/compiling the project. Committing them your version of the thing can easily create false errors for them

    • @nancedevdiaries
      @nancedevdiaries  Год назад +2

      Thanks for the insights/feedback! Correct me if I'm wrong, but I believe the blueprint only projects need the plugin's binaries (not sure about intermediate). But then again, this is my first time sharing a plug-in, so I'm open to any insights and more knowledge!
      I'm hoping to eventually release this one on the unreal marketplace for free, but github is simpler for sharing free/open source code :).

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

      @@nancedevdiaries I'm not sure about Blueprint only plugins, but I'd believe that you don't need to send binaries. Anyways, you can always try to add the plugin to another project of yours, but without the binaries, and see whether it works or not.
      As for releasing the plugin on marketplace, it's really annoying, as you have to complete some papers about taxes and stuff, even if you're not going to monitize anything.

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

      @@nancedevdiaries Yes Binaries are needed for Blueprint only projects (which is why you might get people here to want you to make new binaries for each Unreal version haha). However @jeki3334 isn't wrong about it being cleaner to recompile the binaries per project since there could be interdependencies.
      Also, you definitely don't need to include Intermediate files/folder, nor *.pdb in your Binaries. Intermediate are built automatically within the engine when run (user/project settings) and *.pdb are debugging files used for debug builds. You can delete those since they just take up space and aren't useful for Shipping builds (or Blueprint only builds). If users want their own debugging .pdb files, they get regenerated with new compiled Binaries.