Glad you enjoyed it!
WrobotGames
Creator of
Recent community posts
Thank you for trying out the demo. SSIL and DOF are both really expensive for what they do so they only get enabled on the ultra preset. (SSIL has a comparable effect as SSAO, but it also includes simple GI) This also explains the performance difference between high and ultra.
FSR 2.0 upscaling only works if you lower the 3d resolution. Otherwise it just acts as TAA with sharpening. (It looks better than TAA but it's almost unnoticeable at 4k)
For example FSR "balanced" in a lot of games is 3D resolution at 60%.
Hi, I have just released the source code with copyrighted assets removed on Github: https://github.com/WrobotGames/Jungle-Demo-Setup
Hi, I have just released the source code with copyrighted assets removed on Github: https://github.com/WrobotGames/Jungle-Demo-Setup
I think it can be optimized a lot further. Some of it would be in the engine and some of it would be in the game projects. I would start calling this 'well optimised' if it can achieve about 1.5-2x the performance of what it is now. (So with 50-60fps on 1080p ultra on my gtx1060, I would be very pleased.)
As far as occlusion; The game does use Godots built in occlusion culling (But I don't think its really that effective with all these alpha clipped materials), but more important it uses frustum culling with the vegetation in chunks. (Possible thanks to ProtonScatter)
The demo utilizes billboards (impostors) for the trees in the distance. For better performance I could have used a better setup for LODs in general.
Fun game and I love the animations. A few things tho.
-Is the game supposed to be pixelated?
-The game ran slower when my fps dropped (missed delta time somewhere?). The fact that the fps dropped is kinda weird (I ran this on a gtx 1060)
-Also some objects startted bugging out real bad for some reason (flickering)
Its a good game concept and i like the execution so far. could you please add a fps counter to the game.
I would love to see more from you!