GameDev Pulse
4.03K subscribers
4.97K photos
894 videos
31 files
3.59K links
Game Development News, Lessons, Books, Assets and many more. Godot, Unreal Engine, Unity, Blender. Our Website is https://gameunion.tv/en
Download Telegram
By late 2025 it's been 7 years since Ray Tracing has been released, and we have literally one game that worth the hassle in PT + Ray Reconstruction.

#Rendering@GameDEV
19
They did some dark magic with RTX 50 new RT-cores, so the performance in Blender is so fast, I can't make a tea during rendering times.

For comparison, the 5070 renders Classroom in 12.7 seconds, while the much heavier (and more expensive) Radeon 9070 XT stays at 19–20 seconds. My old 3060 Ti required about 24–25 seconds to render it.

So, my baking workflow improved by about two times, and I'm making 4K textures now.

#Blender@GameDEV
#Rendering@GameDEV
#Hardware@GameDEV
👍12🗿1
Just figured out how to bake Bent Normals in Blender. Unfortunately, CPU-only (using OSL). My 3D assets pipeline is getting better.

* It's a mixture of Normals and Ambient Occlusion to improve lighting bounce and occlusion.

#Rendering@GameDEV
#Blender@GameDEV
9🔥4
Media is too big
VIEW IN TELEGRAM
By the way, in Godot 4.6 the transparency no longer breaks reflections behind it even if the Screen texture is used and modified.

So, no more issues with screen effects if they are used as a 3D filter. Which is a huge upgrade that fixes a lot of possible screen effects. I have a few more stupid ideas!

PS. The scene I've tried it on was to check how pointlessly unoptimized can it be and still work. With like hundreds of objects which are not instanced scenes, but just a bunch of nodes placed in a grid. It works oddly fast though...

#GodotEngine@GameDEV
#Rendering@GameDEV
🔥75👍1
GameDev Pulse
By the way, in Godot 4.6 the transparency no longer breaks reflections behind it even if the Screen texture is used and modified. So, no more issues with screen effects if they are used as a 3D filter. Which is a huge upgrade that fixes a lot of possible…
And if you missed the fun, in our chat we were discussing the glass shader today and how glass almost always requires raytracing. A quick recap:

- Not always, you can make ok-ish glass that will work for most cases and will run much faster

- It will not work well as a nested set of similar effects in Godot, since only one glass will have full access to screen image. It will require tweaks in UE and Unity, and only in UE5.2+ it will be kinda OK, not 5.1 and before.

#Rendering@GameDEV
#Shaders@GameDEV
#GodotEngine@GameDEV
8👏1
And Godot 4.6 is not gonna be the one: the issue with UI rendering the whole window instead of a tab or menu list occurs again.

Only in DX12 mode which is as of now the default one in 4.6, instead of the Vulkan backend. And it happens rarely, but getting cached inside the project and can remain after I re-open it.

https://github.com/godotengine/godot/issues/95619

PS. The post is sarcastic, the bug is freaking damn rare. Can also be related to NVIDIA, for example. I can't replicate on a small project.

#GodotEngine@GameDEV
#Rendering@GameDEV
🫡8👍2😁21😱1
Unity is going to discontinue HDRP (High Definition Rendering Pipeline). Only the URP (Universal Rendering Pipeline) will remain.

So they are planning to invest all resources into a scalable setup that will not be as powerful as HDRP at first. It's expected that there will be a period when making visually modern games will not be possible in Unity. Honestly, it wasn't possible anyway — HDRP was slow even on high-end hardware.

#Unity@GameDEV
#GameEngines@GameDEV
#Rendering@GameDEV
12👍2