I placed 9 Point Lights within my 2D game on unity, however they keep flickering and not showing when I run the game and in editor, I don't know what's happening, I've tried changing the z value but that doesn't work.
Here is a video as I am horrendous at explaining things.
I'm relatively new to unity.
Assuming few Scenarios like you are using latest updated Shaders.
There are few possibilities I think you could give it a try.
Solution 1:
This could be because of Z Buffer problem usually caused due to camera clipping values.
Try Adjusting, by increasing the near clipping plane on your camera or decreasing it.
Solution 2:
Check if the Lights placed are not overlapping, sometimes the lights overlapping also may cause flickering,