Error loading textures from the tutorial models

Hello,



I am new here and I was just visiting the tutorials. So far I have a problem with tutorial 3, 7 and 9 namely - the textures attached to the models do not load. The models, animations and so on are loaded but they have no textures. I am using Eclipse as an IDE and there are some warning in the console output saying:



com.jme3.scene.plugins.ogre.MaterialLoader readTextureUnitStatement

WARNING: Unsupported texture_unit directive: tex_coord_set



and



com.jme3.scene.plugins.ogre.SceneLoader startElement

WARNING: Cannot locate material file: Scene.material





Please help a newbie :slight_smile:

Did you check out the sources from Subversion or download the JAR and add it to your project? It sounds like a classpath issue.

I downloaded the jars from http://www.jmonkeyengine.com/nightly/ and included them them as libraries in my project. Basically followed the instructions from here: https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:setting_up_jme3_in_eclipse



Anyway, I downloaded the latest release from the nightly folder and now everything seems to work fine. Maybe it was a temporary bug that was eventually fixed.



Thank you for the help :slight_smile: