Tagged Questions
-1
votes
1answer
57 views
Looking for pre-broken models/meshes for use in a unity project [closed]
Hi guys for my final year project I'm working on comparing the difference between a few destruction techniques for a game environment, based on looks and computational efficiency. I intend on ...
4
votes
0answers
76 views
UDK or Unity Dynamic Runtime Mesh Boolean subtraction (or alternative)
I'm new to 3D game dev and was wondering if anyone could help me out.
I'm planning to use UDK and would like to have deformable items in the world.
So a projectile strikes a target, and a dent or ...
3
votes
1answer
70 views
Stitching meshes together
I have a voxel engine that generates a mesh per chunk and now I want my meshes to be 1 mesh, but if I create them as a single mesh I kind of lose the benefit of chunking the data in the first place.
...
0
votes
1answer
41 views
Unable to manipulate Imported Object menu (Unity)
I've imported a model, but for some reason I can't edit any settings under the Imported Object menu, such as the Mesh Filter or the Mesh Renderer.
See this: http://i.stack.imgur.com/t7ZYR.png for a ...
3
votes
2answers
186 views
Displaying (3D) objects' name above them
The Elder Scrolls: Morrowind has a rather interesting way to display each focused objects' name. It's all a bit fuzzy in my memory right now, but the most important part I remember perfectly: the ...
3
votes
1answer
120 views
How to approach skinning a snake made of cubes and is it right method for snake 3d game
I'm making a 3d snake game clone for studies and prettly much got everything to work, I have a 3d ground object surrounded by walls, and a snake head piece (cube). when you start the game 2 additional ...
6
votes
3answers
319 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 ...
1
vote
2answers
641 views
Where to attach global scripts in Unity?
As far as Iknow in Unity, every script must be attached to an object. But what is the case with global scripts? For example in a tetris-like game to which object should I attach the element spawner ...
4
votes
1answer
442 views
Finding if a point is inside of a mesh (Point-in-polyhedron)
How can I find if a point (Vector3) is inside of a mesh? Would this work for both concave and convex objects? I read somewhere that if you raycast in both directions of every axis (X, -X, Y, -Y, Z, ...
15
votes
6answers
3k views
Algorithm for creating spheres?
Does anyone have an algorithm for creating a sphere proceduraly with la amount of latitude lines, lo amount of longitude lines, and a radius of r? I need it to work with Unity, so the vertex positions ...
1
vote
1answer
1k views
Drawing a dynamic indicator for a field of view
My goal is to draw a dynamic indicator for a cube, which represents the field of view. The ideal indicator would look the same as in Metal Gear Solid(the blue ones):
From what I have gathered, I ...
11
votes
1answer
2k views
Procedural Mesh: UV mapping
I made a procedural mesh and now I want to apply a texture to it. The problem is, I cannot get it to stick the way I want it to.
The idea is to have the texture painted only once over the whole ...
1
vote
1answer
466 views
Rotate Rigged and Animated Scene?
I have a rigged and animated mesh that I need to import into Unity. We several characters that all use the same script, and access their bones to do procedural animations as well.
The problem is ...
2
votes
1answer
686 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 ...
