What's the Unity equivalent of glDrawArrays(GL_POINTS, ...) and glDrawArrays(GL_LINES, ...) ?

I can’t find anything either allows me to specify which type of primitives to draw, or allows me to specify a “point collection” instead of a mesh which is a “triangle collection” …

are u tring to build a mesh with a c# code or import a mesh from a unsuported file type.