I need some help with these errors.

Hello,

I am a student from holland and i have got an error.
I don’t know why i gained this error because i am following an platformer tutorial and i am doing everything he does and explains.

I am starded this week for the first time with unity and it looks that great that i wanted to go on. But i cant fix this. Might it is with the settings of the Unity engine i dont know.

I hope some one could help me.

Greetz, Justin Studen Media College Amsterdam 1st year Game Development

I am sorry if these are just small errors whats to easy to fix but it is my first time that i am using Unity. And i love it.


[21726-error+2.png|21726]

The issue is with the mesh(es) you are using. A Mesh has an array of UV coordinates used to map the texture onto the mesh. Many shaders use/require these coordinates. However you are getting or generating your geometry, the array is not being initialized in the mesh.

http://docs.unity3d.com/Documentation/ScriptReference/Mesh-uv.html