I haven't looked too far into this, but someone sent me a profile capture that showed this module taking a surprising amount of time.

There's a number of memory allocations, including what looks like string formatting which should usually not be done in FixedUpdate (if this is for updating something in a PAW, you only need to update it when the PAW is open):

There's also allocations inside AddFlux:

I haven't looked too far into this, but someone sent me a profile capture that showed this module taking a surprising amount of time.
There's a number of memory allocations, including what looks like string formatting which should usually not be done in FixedUpdate (if this is for updating something in a PAW, you only need to update it when the PAW is open):
There's also allocations inside AddFlux: