Tagged Questions
1
vote
1answer
62 views
Blender mesh mirroring screws up normals when importing in Unity
My issue is as follows:
I've modeled a robot in Blender 2.6. It's a mech-like biped or if you prefer, it kindda looks like a chicken. Since it's symmetrical on the XZ plane, I've decided to mirror ...
3
votes
1answer
140 views
How can I generate a 3d model via a series of transforms?
Is it possible to generate 3D models using some sort of object transformation (like it's shown here), using PovRay or any other tool, and import them into Blender / Unity?
For example starting with a ...
6
votes
3answers
281 views
Why doesn't light continuous on my model?
I created a basic textured cube model with Blender to practice modeling, and then I imported it into Unity. After I put up some lighting it looks pretty ugly. The light is not continuous on a row of ...
0
votes
2answers
264 views
3D Modeling Software for Programmer [closed]
I've recently learned how to make games for Unity3d, and now I want to start making games! I can't wait to start!
However, before I can make 3D games, I need to learn 3D modeling for character ...
0
votes
1answer
134 views
Unity3D - different object with the same mesh imported from Blender
I would like to instantiate different objects (i.e. poker chips with different values) that actually share the same mesh imported from blender. To this end I have copied the assets and changed the ...
2
votes
2answers
1k views
Is it possible to export a simulation (animation) from Blender to Unity?
I created an explosion animation within Blender, something as shown in this video. To achieve this I used a particle-system, together with the "Explode" modifier.
This kind of animation (simulation) ...
2
votes
0answers
215 views
Trouble with UV Mapping Blender => Unity 3
For some reason I am getting nasty grey edges around the edges of rendered 3D models that are not present in Blender.
I seem to be able to solve the problem by reducing the size of the UV coordinates ...
2
votes
1answer
473 views
How can I create my mesh so that textures applied to it are NOT rotated 90 degrees in Unity 3D?
I'm trying a really simple test in Unity 3D. I want to render a texture on the simplest plane possible.
So, I've created a two-triangle plane in Blender, then imported it into Unity. From there, I ...
6
votes
3answers
1k views
Left-Hand and Right-Hand Coordinate Systems
In Blender and other 3D modeling tools, the coordinate system is right-handed, while in Unity 3D and Orbiter Space Flight Simulator, they are left-handed, why this could happen? Why they don't simply ...
5
votes
3answers
2k views
How do I fix this weird lighting problem?
I'm making a small game in Unity, and some models are displaying very ugly shading. The shading usually looks funky along the edges between triangles. I'm pretty new to working in 3D; I bet this is ...