Does calling signal in physics process cost performance?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mrpaolosarino

Does calling signal in physics process cost performance?

:bust_in_silhouette: Reply From: magicalogic

There’s not difference when you emit a signal from process or physics process. What could maybe affect performance is emitting a signal many times while the code handling the signal is processor intensive.