Assets in IntelliJ

Hey guys,

I am trying to set up JME3 in IntelliJ, I have read one of the topics about this which is located in this forum but it didn’t really helped me. I have followed all the steps and it loads the object as long as it is in the “src” folder. (with the class)



When I create the folder “assets”, make it source folder and try to load a model from there, it doesnt work. Do you have any idea what could I be missing?



Is there any way to track AssetManager behaviour? I don’t understand where it looks for the asset folder. Thanks.

Actually, it works now. I accidentely made the “Models” folder also source folder. It should be just a package folder.