I have a lot of rec-transforms and i would like to spawn a particle via script at the middle of a specific rect-transform.
The pivots of the transforms all differ so I would need to calculate the middle of the rect based on the pivots.
recttransform.rect.center only give me the local.
But I would need the center position of the recttransformin in screenspace.