Issue with materials on runtime-loaded mesh.
Hello, I have a very weird issue : I am using the wiki's .obj runtime importer (http://wiki.unity3d.com/index.php?title=ObjImporter) My .obj files have no uv. However, I should be able to -at least-...
View ArticleWhen I import .obj file that I exported from Adobe Fuse but when I add it to...
That is what it looks like. ![alt text][1] [1]: /storage/temp/74554-unity-help.png
View ArticleEditorObjExporter.cs script saves outside correct folder
The EditorObjExporter.cs script successfully exports a mesh visible in the player window - a wonderful tool. However on Unity 5 using a Mac the exported obj files all end up in my root folder but...
View Articlecan't see obj file
Hi I imported an OBJ file into Unity. When I click on it in the project tab, I can see the wireframe of the mesh in the inspector (although the orientation does not seem right). But when I drag it into...
View ArticleWhy Does My OBJ Model Look Like This?
Why does my obj 3d model have this? It is a bush and I it has these black panes around the bush itself and I do not know how to get rid of them? Do I edit the texture in a photo editing software? Two...
View Articleobj import from 3ds Max adds a transform object
Hi When I bring in a simple object from 3dsMax having exported as an obj file (required for quixel) it seems to create an empty game object with the the actual model as a child. This does not occur...
View ArticleHow to use MultiThreading to remove momentary unresponsiveness
Hello. The title speaks for itself. my Unity goes unresponsive when I import an .obj file. The Editor and the built version goes unresponsive but its actually just loading the .obj. What can I do to...
View ArticleModifying TerraintoObj for multiple terrain export
I am attempting to modify TerraintoObj (originally made by @Eric5h5) to export more than a single mesh by looping. I just started learning the scripting language and I've been holding out asking for...
View ArticleImport mesh from AutoDesk 123D Designer into my scene
Hi! I found the another [question][1] with this problem, but the two converter websites can't convert my mesh. *(The previous question is almost 2 years old)* The [Greentoken][2] site says this:...
View ArticleSaving generated meshes at runtime in game
Hello, I want to save meshes created by users of my app (at runtime, in game) that are imported from .OBJ files. I have .OBJ importer for the meshes and the meshes are imported, but when users close...
View ArticleLoading obj file into game scene
Hello everyone! Im trying to download obj files from the internet and save it to pesistentDataPath and load it to the scene. So far, i've accomplished downloading obj files and saving it by using...
View ArticleHow to convert quads to triangles in unity.
My purchased 3D model (.obj and .fbx) is not rendering the textures, only the mesh wireframe in the project window. Unity errors windows say's; "Failed to extract collision data: Submesh uses...
View Article'Invisible' .obj file
I have a generated 3D environment that is comprised of ~30 .obj files, and I'm trying to load it into my Unity environment. I can view the .obj files outside of Unity okay (including using Preview, on...
View ArticleAutomatically assign hundred of textures to .obj file
Good evening, I'm experiencing an issue while trying to apply automatically a texture to an .obj file with hundreds of meshes (I cannot do it one by one as they are too many). Firstly I load the .obj...
View ArticleProblem importing 3D obj as Terrain
Can I import a 3D obj (a canyon landscape) as a terrain - do I even need to? When I import the 3d obj it places my landscape in space outside of any camera view, and maybe my settings are off, but I...
View ArticleUnity 4.2.2 .OBJ import crash
I want to use the same game engine used to make Slender: The Arrival (Unity 4.2.2) for my game The Chaser, which is a spin-off of the aforementioned game. I have a large environment (OBJ. file) similar...
View Articlewhen I import obj model to unity, I met a problem, I can not combine with...
when I import obj model to unity, I met a problem, I can not combine with .obj with it's .mtl
View ArticleWhy my imported fbx show semi transparent?
![alt text][1] [1]: /storage/temp/97354-import-fail.png all I did is get a obj and converted it to fbx in blender and this happen.
View ArticleLoading OBJ file dynamically from the web
I have an app that periodically converts a DICOM-RT medical image to an STL and OBJ file and uploads them to the cloud. In Unity I would like my scene to contain the latest OBJ file, i.e. the Unity...
View ArticleDoes anyone know a way of importing vertex colors from a .obj file?
Hi! I'm working on a Mesh Combiner tool for merge meshes to reduce draw calls on mobile platforms. The tool must be able to save the combined mesh on disc to be used as a prefab. Easiest way I found...
View Article