HelloInput Tutorial Error and Solution

I tried running the HelloInput tutorial in the Alpha-3 version, but all I got was an error.



In order to solve the problem the line

mat.setColor(“Color”, ColorRGBA.Blue);



should be substituted with

mat.setColor(“m_Color”, ColorRGBA.Blue);

No, the wiki is for the svn version, use the tutorials in the manual of alpha-3 or update to nightly svn.

Is that for an unshaded material? The unshaded materials like “SimpleTextured.j3md” are deprecated, idk if they are still mentioned in the tutorials.

It was the silliest thing, the problem is I did not restart the platform after the update!



Thanks, though!

xD Well, glad you found it ^^