Custom Meshes?

Is it possible to generate a mesh via script?
I’m working on a project where creating models really isn’t going to work, since all my meshes will be variable. I’m a unity newbie, so any help would be appreciated.

Thanks, Marc

Yes.
Check the unity scripting documentation under Runtime Classes > Mesh. There is an example on “Building a mesh from scratch”.