Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Rune

2
Posts
2
Followers
1
Following
A member registered Jun 10, 2020 · View creator page →

Creator of

Recent community posts

Adding some extra context here, shadows add 8.5ms to the frame render time alone, which is insane since that leaves only approx. 8ms to render the rest of the frame if we are trying to hit 60fps. (the game barely hits 60fps on our high-end hardware testing scenario and barely 30fps on our low-end hardware testing scenario). We only found out about the performance regression with shadows after we submitted, since we were literally crunching to get our game into a playable state with literally less than a minute to spare before submitting.

The performance issue has to do with a regression between Godot 4.2 to Godot 4.3. Unfortunately we ran out of time to do optimizations for this, as it requires testing with different quadrant subdivisions and overall shadow map size to find one that performs the best for our particular lighting arrangement. Might push out an update with an option in the settings to turn off shadows.