Hello, i just decide to change my jars up to the 3.1.2, (and so far so good Good job btw) but i got this bug :
Uncaught exception thrown in Thread[jME3 Main,5,main]
NoSuchMethodError: com.jme3.renderer.ViewPort.getScenes()Ljava/util/List;
Turn out it come when you init the scene cause of this line (in the toneGod librairy):
scenes.add((Node)app.getViewPort().getScenes().get(0));
But you just comment it and everything work fine. Not sure what its suppose to do, but look like it should be remove.
Anyone have futher info?