When my scene start and I press a UIButton for the first time, I get a 178ms lag.
In the Profiler, I see this:

But when I collapse the "UIButton.onClick", nothing appears with that 178ms.
Why is that happening?
If this is mandatory, is there a way to initialise whatever has to be initialised, while the scene is loading?