Posts by Autergame • 11 points
1 post
-
0
votes1
answer115
viewsQ: Undefined object reference for an object instance. Array
Hi, My problem is in the array following this code: mesh meshCube; string[] file = File.ReadAllLines("object.mind"); foreach (string filetext in file) { if (filetext.Contains("v")) { string ext =…