Are normals required?

Hello all, I had a quick question I haven’t been able to find an answer to elsewhere.

Unity is capable of generating normals for any import geometry. With this in mind, I’ve decided that it would vastly simplify my code to remove normal handling, and instead export only Vertices and TexCoords. MY question is, will removing the NORMAL Semantic from triangles cause issues?