Lightmaps in a Vertex/Fragment Shader

hello, I am wondering how to get Unity’s lightmaps into my fragment shaders. Ive been searching for answers but most of what i found relates to surface shaders.

found this on google: Example depicting applying Unity lightmapping data to a simple diffuse shader. · GitHub

thanks man! Ive got it working now