AddComponent HingeJoint2D not working unity 5
Running in unity 5 this codes not working, any ideas? var legEndPos:Vector2; var legRot = legLeft.transform.rotation.eulerAngles.z; legEndPos.x = legLeft.transform.position.x +...
View ArticleCreate PNG from dynamic mesh
How can I create an image from a set of dynamic meshes. I need them to be able to preview a save of an object consisting of several meshes. Hopefully someone can point me in the right direction, thanks
View Articlewhy texture2d sprite rendering not showing in game
I create a texture2d from camera data then render it on a game object using sprite renderer. The image shows in the Scene view but does not display in game. Any ideas? Heres the code Texture2D tex =...
View ArticleAddComponent HingeJoint2D not working unity 5
Running in unity 5 this codes not working, any ideas? var legEndPos:Vector2; var legRot = legLeft.transform.rotation.eulerAngles.z; legEndPos.x = legLeft.transform.position.x +...
View ArticleCreate PNG from dynamic mesh
How can I create an image from a set of dynamic meshes. I need them to be able to preview a save of an object consisting of several meshes. Hopefully someone can point me in the right direction, thanks
View Articlewhy texture2d sprite rendering not showing in game
I create a texture2d from camera data then render it on a game object using sprite renderer. The image shows in the Scene view but does not display in game. Any ideas? Heres the code Texture2D tex =...
View Article