ioxu / key

Key, a game made with the Godot Engine 4.
MIT License
6 stars 1 forks source link

instancing bullets is slow #31

Open ioxu opened 2 years ago

ioxu commented 2 years ago

I've noticed that instancing bullets is slow. On my system the game runs at 60fps until you start to fire, and the nit drops to 30fps. Commenting out the block at res://data/weapons/pulse_shard/pulse_shard.gd line 83 leaves the game, while firing, at 60fps.

ioxu commented 2 years ago

I got fips back when I turned off SSAO in the levels' WorldEnvironments.