finally, a video that actually explains what and why to do it instead of the r.streaming code which doesnt actually resolve your problem, it just makes it go away for a while
@Alvaro-wd4ji11 ай бұрын
man... i wish all tutorials could be as usefull and straight to the point as this one. THANKS!
@VLRN_11 ай бұрын
Thank you, appreciate it! 😊
@CataleptiCat Жыл бұрын
The best tutorial on Unreal Engine texture streaming by far. Other videos on this topic had a lack of explanation or only applied the band-aid technique of console commands. Thanks Valerian for creating this video and properly explaining.
@VLRN_ Жыл бұрын
Thank you !! That was my intention, I was also very frustrated by other videos on the subject
@AlvaroBrainhole Жыл бұрын
Thanks, this helped me a lot! Hey guys if you get the window in grey when use the "bulk edit via property matrix", just click on "Grid" and "Display". That maybe delay like 5 seg before turn White.
@Xtynger2 ай бұрын
I dont know how they call you at home, but i think they should call you GOD! I have 128GB RAM, my RTX 4070 and a R7 5800X3D and i keep getting that thing, im barrelly makign a small map with a forest in the middle and an appartment inside a building in front, and i kept getting that message, even tho i sometimes still see it. the movement is now fluid and smooth. it was stutering so bad i had to put "UNLIT" mode to model easier. Thanks for this man!
@richardrothkugel81319 ай бұрын
I'm a Unity dev switching to Unreal, and this is exactly what I was looking for, but it's way easier to do in Unreal (if you know how). Greatly appreciated.
@neekogaming4854 ай бұрын
Thank you a lot, I went from 12k mem usage to max 5k, really useful, short and to the point.
@TheLoneLlama2 ай бұрын
For anyone wondering when you add anything from Quixel bridge these are what their quality settings equal Low: Typically 512x512 or 1024x1024 Medium: Generally 2048x2048 High: Often 4096x4096 Highest: Usually 8192x8192 So you can import them correctly the first time.
@andreeailiescu22203 ай бұрын
This is by far the most comprehensive video on the Streaming Pool matter on YT. Also, it actually deals with solving the issue rather than covering dirt under the rug by making the SPool bigger. One question - you mention basic maps such as Diffuse/Base Colour, Normal and Roughness - what about the other maps which come when uploading assets with materials? i.e. Albedo, AO, Displacement etc - should these also be made 512? many thanks!
@VLRN_3 ай бұрын
Thank you :) it all depends on your use case and the proximity of the camera to the textures. If it’s a secondary/background asset with no close ups you can get away with low resolution, basically optimize the texture sizes based on distance/importance
@theothergameygamer9 ай бұрын
Nicely done! On point and more informative than the documention for those of us not getting paid by the hour.
@Stvan19 Жыл бұрын
Thank you! Just to clarify, we must put '=' before the pool size, like this: r.Streaming.PoolSize=XXXX.
@SlaytanicMusic6 ай бұрын
thank you!
@ifranebrunet9153Ай бұрын
Great video, thanks ! What is still lacking in general, is for the very advanced user, the question "yes, but WHAT parameter value are used by big studio and game industry" !? What streaming pool value are used by gaming industry ?
@nick30111 ай бұрын
thanks so much for this great info. I felt totally overwhelmed how to deal with texture sizes and was thinking about how I would resize them one by one manually and so on. Feeling better now that I know how to handle it efficiently :)
@PirateWasHere Жыл бұрын
Thanks , you fixed my problem with animation. Before it needs 112GB (8K ) & now only 34GB ( 2& 4K ) . I don't see any difference in quality between frames But UE doesn't crash anymore . Cheers 🍻🍻
@psychokilla490510 ай бұрын
FINALLY, not a jocke, i watched over 20 videos on the subject and Dude, are perople really that devided now a days, theres sooooo many ignorats out there thinking they know stuff, how sad is that, can we start prioratizing humbleness over power people, but like yesterday Valeran ur the Man, Man Thanik you for this
@ygreq Жыл бұрын
This is what I was looking for and much more. Perfect!
@mbarker_lng6 ай бұрын
Clean and concise. Thank you so much!
@diliupg6 ай бұрын
What a great explanation! Thank you for this. You are a good tutor!
@ebrahim_mr5 ай бұрын
Perfect. Thank you for guiding us
@imadeomega3998Ай бұрын
thank you for the tutorial. but i couldn't find , "Bulk edit via property matrix" option. I'm currently using version 5.4 of UE5
@KDmadness18Ай бұрын
Hey guys here's a quick cheetsheet for you, showing how easy it is to hit the default limit of 1000mb, based on how many times your texture size is used in the map 512x512: 1000 textures 1024x1024: 250 textures 2048x2048: 62 textures 4096x4096: 15 textures (YIKES!!)
@darkgenix9 ай бұрын
Thanks this fixed my problem.
@jotacoxabagaray Жыл бұрын
You saved my life, thank you!!!
@VIDEAoriginal Жыл бұрын
That's very helpful, thank you so much!
@corgilife2415 ай бұрын
Excellent video!!!
@danielbecerra6094 Жыл бұрын
now that's an explanation!
@oxhid37 ай бұрын
in 5.3 is called "edit selection in property matrix"
@TheBlackBaku14 Жыл бұрын
très bon tuto man j'adore 👍
@Neverbomb4 ай бұрын
Gold!
@ddjennison Жыл бұрын
Great tutorial, thanks for the help!
@synthesis1179 ай бұрын
AWESome tutorial.subed
@MagT_DE4 ай бұрын
Great! Thanks! 🙂
@Retsih5 ай бұрын
helped a bit . thanks .
@IstyManame9 ай бұрын
What textures are inside of a streaming pool, and which are outside, in the vram
@GerardoGeovia5 ай бұрын
Okay, but the texture sizes can be defined within the quality settings per platform and by setting the quality configurations accordingly: Low, Medium, High, Epic. Defining the sizes there without having to touch the texture compression settings directly in the files, as this is the least recommended option to solve the problem. From what I understand, when starting, the editor can run with 1GB of space for textures, but over time, this space gets exhausted and is not released. Is there any other performance setting that we are not considering?
@mikeheck6016 Жыл бұрын
Excellente vidéo! I'm certain this as helped a lot of people, as it did for me. Still have a follow-up question though: when checking stat.streaming, the streaming pool is still using 100% of the allocated memory (in my case, 1200g). Is this a sign of additionnal optimization needed, or is increase the streaming pool is a viable a solution? If so, how much is too much? Even setting it to uncapped yields 100% usage
@creaprisme6747 ай бұрын
Thanks a lot !
@cloudkrev4 ай бұрын
THANK YOU
@rubenminasyan980111 ай бұрын
thanks so much
@PixelCatGames Жыл бұрын
Great. After Bulk Edit via Property Matrix my whole textures are lowrez. Options like texture quality have no effect anymore. donno whats wrong...
@VLRN_ Жыл бұрын
What res did you set your textures to ? You can always set them back to original res in property matrix, maybe try other resolutions that’s weird
@erikhr2010 Жыл бұрын
Great video and very usefull, could you do something about 360 image capture and how can I get the eye fish effect in the camera. Thanks a lot man!
@Stoermy_ Жыл бұрын
thx for ur Tut :)
@dougmaisner10 ай бұрын
great info
@marinamaximchuk4859 Жыл бұрын
cool thank you!
@robot5kgamer7 ай бұрын
Hey, it keeps freezing when changing the maximum texture size, is there a way to fix this?
@FortniteJama8 ай бұрын
thank you
@LiMaking Жыл бұрын
I love you!! Thank you! Just one question. If I have nanite enabled on everything, will this frick my nanite up or is there something I don't understand about nanite? short: can I do this if I want nanite on?
@VLRN_ Жыл бұрын
I haven’t encountered any problems with nanite while limiting texture resolutions and I don’t see what problem it could create. And it’s very easy to go back to the original texture resolutions as well if it’s somehow buggy. However the docs recommend to use Virtual Textures with nanite, which is kind of the same concept as nanite but for textures. I don’t have much experience with these yet but I’m planning to look more into it, will make a video on it if I find interesting things about VTs/RVTs !
@LiMaking Жыл бұрын
@@VLRN_ oooh I didn't know about the Virtual Textures. now I wonder if megascans use virtual textures as soon as I enable nanite on them or if I have to go back and enable that too on every single one somehow. Please do make a video on VTs/RVTs whenever you feel like it. I'll watch it when it's out! Thanks for answering so fast!
@VLRN_ Жыл бұрын
@@LiMaking no, nanite does not necessarily mean virtual textures so you have to enable it (first in project settings then on your textures, and swap color/normal inputs in the material to virtual color/virtual normal). I tried it and it seems to work alright but there are some bugs, especially one where it will enable VT on other projects of the same engine version ??? So weird. Need to test more before a video on it though
@LiMaking Жыл бұрын
@@VLRN_ wow that sounds like a lot. I already have a lot of objects in my scene haha! Thank you so much for teaching me about this!
@rogersk1599 Жыл бұрын
Brilliant
@ParasMishra-t4t7 ай бұрын
i have one question if i render the scene then the quality will automatically increase or we have to change it again manually
@CrypticaProductions Жыл бұрын
amazing
@T1mothyTee Жыл бұрын
Thanks for the video. I have a question... in my statistics I cant seem to find a solution becuase I've optimized almost all of my textures in the level. The problem is when I go to the 'stat streaming' command I notice that 'StreamingPool', NonStreamingMips, and required pool are each at approximately 3000MB. I remain over my pool size unless i change r.streaming.poolsize to 6500 MB... but that is too much since Im using a RTX 2070 Super with 8GB VRAM. Any Ideas whats causing this huge usage? Thanks for the help!
@dragonclubracing866910 ай бұрын
I play ark on a 4090 in 4k and the ground textures pop in when i turn rapidly or go to a new area, will increasing pool size improve that?
@kwanhofu29689 ай бұрын
thankyou
@HeyArno1d Жыл бұрын
Thanks!
@rellethias9 ай бұрын
Compression as an option is missng for me, any tips?
@julianmillo1459 Жыл бұрын
Amazing! Merci à toi :) I was wondering: even if you limit the maximum resolution of a texture, you will still need to resize the actual texture down the line to reduce the size of your project right? Do you know if there is an easy way to do it fast in-engine? Merci encore, j'ai acheté IA Scatter suite à tes conseils et ça m'a vraiment aidé.
@VLRN_ Жыл бұрын
Hehe merci! No I need to get more info on that because my projects need to be cleaned up, and I have no idea about the process when finalizing a game. Will probably make a video on it at some point. And happy to help! À bientôt ;)
@florentsolut1521 Жыл бұрын
I'm not sure about "Max Resolution", but if it works kinda the same as "LOD Bias" on a texture, when you package/cook your project, it will produce a file that is the size of the maximum resolution USED, so no need to manually do anything to save space. You can look up "LOD bias" pretty easily, but to sum it up, lets say you have a 4k texture at default bias = 0. If you set the level to 1, it will half the texture size (2048). Set it to level 2 It will half it again (1024) and so on. You can access LOD Bias by editing a texture or in the bulk matrix (shown in the video, right section under "Level of Detail")
@maxis579310 ай бұрын
Dieu merci j'ai appris le français au lycée
@RiseOfAquariusАй бұрын
Does anyone have a problem where Unreal shows 100% memory used for texture streaming pool no matter what? (shows in console command "stat streaming") Even when I run a blank level. I have a high-end PC with a 4090. All my levels play smoothly, no problem, whether VR or not, but the stat display always shows texture pool memory maxed out, even with just a simple floor with 2k texture, and pool set to 6000MB. No red message ever. Weird!
@Vanpw Жыл бұрын
🔥🔥
@astralstormgamestudios12594 ай бұрын
Show 5.4 "fix" solution , how to really use please
@Un533N4 ай бұрын
u have to add = before the number, for example r.Streaming.PoolSize=XXXX
@LanD_87 Жыл бұрын
y'a pas a dire notre accent francais es si reconnaissable hahaha beau boulot en tout cas ;)
@VLRN_ Жыл бұрын
Haha grillé ^^
@LanD_87 Жыл бұрын
@@VLRN_ j'aurais une petite question stp comment faire pour creer une world partition map depuis une carte importer de heightmap
@krmzvaliz4164 Жыл бұрын
İ have a question. i ve this Streaming texture issue too. But also when i start to render the textures on my assets replacing with each other like if i have marble for kithcen it replacing with the sofa or TV and etc. This problem also depends on the Streaming texture issue or something else ? Thank you. Waiting a solution
@VLRN_ Жыл бұрын
Never heard of this problem, check that your materials are correctly assigned to each object and maybe try migrating your project to the latest UE version (5.3) ?
@TFallenGrim5 ай бұрын
I am able to get the textures to be set at 2048, but no matter what I do, it either crashes or bluescreens when I try to save. No idea how to fix
@VatsalKumarB23BB1043 ай бұрын
same problem, did you find a way to fix this?
@TFallenGrim3 ай бұрын
@@VatsalKumarB23BB104 nope
@acsomiT5 ай бұрын
🙏
@tylerscott3192 Жыл бұрын
So even after changing the resolution and size of the textures you’ll still get the warning?
@VLRN_ Жыл бұрын
Well it depends what max pool size you have and your project, with adjusting the settings and resolutions/sizes you shouldn’t see the message anymore
@tylerscott3192 Жыл бұрын
@@VLRN_ it’s just set at default, I wasn’t sure if lowering the resolution would lower the pool size enough to make it under the warning limit
@JustJoshinYouBro10 ай бұрын
Everytime I change the maximum texture size my project just freezes.
@VLRN_10 ай бұрын
It takes a while to process, try doing small batches like 10 textures, don’t do everything at the same time
@TheIornGerm9 ай бұрын
i cant bulk edit it crashes
@zumbalexxo7 ай бұрын
Choose less textures at once. It crashes on selecting everything. I selected 20 texture files in 1 folder and it didn't crash. After you have given the max. resolution like 2048, click Enter and then it either crashes or the window goes greyed out for a while during the process. If you see the progress bar on the down right to finish, remember to "Save All" and you should be good to go to the next files. After that you might still see files that are over your max. resolution. I guess UE 5.3.2. keeps the original resolution but uses the given max. resolution.
@TheLoneLlama2 ай бұрын
Same issue. I just did this to the megascan textures
@robbybobbijoe Жыл бұрын
Why did this appear after i added a damn widget?
@canertwo Жыл бұрын
VRAM overloaded? Laughs in 6700XT. Also. Cries in DLSS and Shadowplay :(
@blenderahoi-jb5ol2 ай бұрын
Maybe helpful, but the background music is completely unnecessary and annoying
@rjtucker1965a4 ай бұрын
Thumbs Down . how do you bring up console commands . If your going to do a Tut do explain everything .
@LordCommanderGuts2 ай бұрын
dumb question, does it make a difference using "r.Streaming.PoolSize 2000" vs "r.Streaming.PoolSize=2000"