I keep getting "BCE0019: ‘vertices’ is not a member of ‘Object’. " error. Not sure whats not quite right.
for(i=0; i < objChildren.Count; i++){
objMeshList.Add(objChildren*.gameObject.GetComponent(MeshFilter).mesh);*
-
}*
-
for(i=0; i < objMeshList.Count; i++){*
_ thisObj = objMeshList*;_
_ for(theseVectors in thisObj){_
_ vertexAll.Add(theseVectors.vertices);_
_ normalsAll.Add(theseVectors.normals);_
_ }_
_ }*_