TheSeekerGame / TheSeeker

Metroidvania game in Bevy
68 stars 15 forks source link

Fix Performance Problems #32

Closed c12hz closed 2 months ago

c12hz commented 4 months ago

I notice frame rate often drops way below 60fps even when running with both --features dev and --release flags at the same time (so fully optimized + tiny level size). I also did this test on my friend's macbook with m2 chip to rule out my bad laptop as the cause. Considering how simple the game is for now I don't think we should have any performance issues at this stage.