Push volume killing FPS while active (it tries to move everything)
Steps to Reproduce
Place Push Volume
Place anything inside, for example 10 canvas boxes and 5 tables.
Activate push volume
Done! Now you have less fps.
What I expected to happen
It will try to push only physics items.
What happened
It pushes anything that is inside, except of built-in map meshes/objects etc.
1 Like
macdguy
January 14, 2024, 12:51am
2
The push volume isn’t pushing everything inside, but it does have to search and filter out things that have physics, which is expensive to do. Since it needs to do this each physics tick, that’s the performance issue. I have some ideas on how to improve it which I plan to tackle for the next update.
4 Likes
Thank you! Would be great if it will be at least somehow better.
goowose
December 28, 2024, 5:29pm
4
Can you confirm that both the Ceiling Fan and the DIY Design Fan are NOT checking for entities to push when:-
Push Force is set to 0.0
Push Distance is set to 0.0
Lift Players Off Ground is OFF
as I am not convinced that these checks are being skipped
1 Like
macdguy
December 29, 2024, 10:37am
5
It’s not currently setup to stop checking if you have push set to 0.
Make sense, my Courtyard Villa gained a significant boon in performance when I removed all push volumes and switched off the ceiling fans
3 Likes