creating a 3d cube

Hi all,

I would like to create a 3d cube in Javascript. I should be able to add pictures to all the sides of the cube. I should also be able to move the cube around just like any other game object. Can I create that with Unity 3d? If yes, could you please tell me how?
Once I have created it in unity 3d, how do I export the javascript code so that I can use it in my project.

You don’t need to use javascript for that. You can just assemble four planes in the editor with different materials on each, and parent them to a single object.

Better still, you can create a UV-mapped cube in your 3d-modelling application of choice, and set up your map so that the pictures all fit on it nicely.