I working on my 2D game for mobile with Shader Graphs by (Alpha blend and Voronoi) included,
But when I going to the scene with that Shader Graphs, the game will lag and jiggle a little bit
I was played on my IPad mini2 from 2014 and yes, it slow down when I go to that scene,
So I would like to optimize this Shader Graphs as much as possible,
there has anyway or any suggestion for this Shader Graphs?
Use unlit output (and if needed calculate custom lighting)
Use a texture instead of calculating the normal maps in realtime (if you make it loopable or zoom in you can scroll it for movement)
Use half precision for most nodes (maybe not position if the position can be very big, otherwise it’s fine)
You can enable precision view in the dropdown around the right of the shader graph bar.
I suggest checking the documentation and seeing the colors change when changing settings, that says more than me explaining it.
Start with settings the graph to half if possible yes