Help With profiler

No idea what is causing this, I get this Massive spike once a while.

Thanks in advance

Possible canvas geometry dirtied ?

I use canvases for my Health Bars, Its from asset store. but Never had this problem before

I don’t know those plugins, never used them and do not want to. I see you have animations in your canvas. After that, number of vertices in canvas is growing and spike occurs. Move, resize, rotate, change parent, add, remove operations dirties the canvas. It looks like your canvas regenerates all geometry every frame because of animations.
Create canvas inside your canvas and move all animation to that inner canvas so only moving animated items will update it’s geomeries.

1 Like

Thx bro, Currently the health bar looks like this





Also, it doesnt seem like the health Bar is moving with the animation, I need to do some further testing to rule that out.