Wow, never knew it was that simple... You passed 10k subscribers! Congratulations!
@ezunreal2 ай бұрын
Thanks! 😃 and Thanks!!!!
@theirsong20252 ай бұрын
Those bite-sized tutorials are awesome, hope we get more!
@ezunreal2 ай бұрын
Wow, thanks, surre!
@kimberlynnkelly5392 ай бұрын
That is rather neat. Thank you for sharing!
@ezunreal2 ай бұрын
You are so welcome!
@ToddHillerich10 күн бұрын
im testing this in unreal 4
@believere.x.874Ай бұрын
Hello. I installed stalker 2 is there a way to access the engine config in game files couse i cant find config?..
@60secondss_2 ай бұрын
Если вкратце, что делает то, что мы меняем 3 на 0? Это нам даёт какой то прирост скорости путем пропуска пакетов каких то? Или мы отказываемся от чего либо?
@Enryo_tv2 ай бұрын
More threads = faster speed It does not skip packets just works faster as it has more to threads to use.
@60secondss_2 ай бұрын
@@Enryo_tv thx✨️🔥
@michaelb10992 ай бұрын
Thank you now if you could help on crashes we keep getting like this: Assertion failed: InHashSize > 0u && InHashSize
@ezunreal2 ай бұрын
Thanks. Maybe this helps for your error: Turn off extra plugins - especially third-party ones. Some of them can mess with the engine. Clear Derived Data Cache - Just go to Project/Saved/DerivedDataCache and delete the contents. This helped me when things got corrupted. Verify UE5 in Epic Games Launcher - Right-click on Unreal Engine in the launcher and select Verify. It fixes any missing or broken files. Update drivers and OS - Sounds simple, but outdated stuff can really mess with UE5 stability. Boost Virtual Memory if you’re running low. It’s worth a shot if you’re getting memory issues.
@michaelb10992 ай бұрын
@ezunreal thank you working on doing that great help
@ezunreal2 ай бұрын
@michaelb1099 cool, good luck
@michaelb10992 ай бұрын
@@ezunreal seemed to work well also did a ckdsk to solve any corruption
@ezunreal2 ай бұрын
@@michaelb1099 Cool, glad it helped!
@NudtanunАй бұрын
pls do how to reduce game file size like bake like and disable it etc. and like change reduce the graphic quality and stuffs to reduce file size pls pls
@NudtanunАй бұрын
like disable lot of thing simmiliar to unity's graphic
@ToddHillerich10 күн бұрын
You likely have loads of folders with loads of unused assets in your content browser within that project. I say create a new project and migrate only what youve placed in your levels or maps and migrate those levels or maps also. This should reduce the bloat in your packaged game. As for quality and performance its not just as easy, You will have to use the tools for lighting complexity and scene complexity. Ive went through foliage to ensure shadow map resolution isnt too high and also within levels. Using LOD is a default method for optimizing objects in levels but you can use culling to further optimize your levels but its tedious and rewarding when its all finished