There’s a noambient directive you can add to the #pragma surface
line, and then you can add your own ambient lighting however you want.
A solid color ambient is really just ambientColor * albedo * ambientOcclusion (and you can skip the AO if you want).
You can do this with or without a custom lighting function. Just do: