- Home /
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.
i am following this tutorial. http://www.youtube.com/watch?v=d3HEFiDFApI
Answer by robertbu · Feb 05, 2014 at 05:25 PM
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
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
BCE0044: expecting EOF, found '}'. 1 Answer
MonoDevelop Error 2 Answers
ASAP HELPUnity Engine Physics is required access non static member!!! 1 Answer