Texture issues when importing SketchUp fbx exporter into Unity
Hi, I am wondering what problem it might be - there are texture losses (only colors remained) when I tried to import the fbx exporter from Sketchup 2016 to Unity 5.6, the texture of each object as...
View ArticleUnity OBJ MTL from server to client
So with my upcoming project we are trying to achieve bundling mesh (OBJ / MTL + jpeg texture) into unity resource which we can load into client. Currently we are importing obj into unity client with...
View ArticleHow to set render of imported model to "Mobile" via script (for Android use)?
Hi everyone, here the situation: Via a dowload I´m importing an OBJ file including mtl file and textures. On the computer everything is working well and textures are applied correctly. On the Android...
View ArticleTrying to import a 3D model (point cloud)
Hello, I am trying to import a 3D scan into unity. I made a 3D scan of an object which produced a .ply file. I imported the .ply into blender and I exported it as an .obj. This is all I did. ![alt...
View ArticleTool for exporting mesh to stl/obj/fbx in runtime(android)
I am looking for a tool which can export a mesh into stl/obj/fbx format at runtime and save it on local files of an Android phone. Does a tool(free/paid) having this kind of function exist? Thank you!
View ArticleImport .OBJ files at runtime AFTER build
Hello all, I was my users to be able to browse their own OBJ files on their PC, select one, then import it into the scene. On the asset store, I found a script called "aiImporter" which does exactly...
View Articlehow to force the number of vertices of a 3D object
HI! is there a way to force the number of vertices an 3D obj have when importing it ? i have a .obj with 730 vertices in app as cinema4d, maya , blender but when being imported in unity the number of...
View ArticleCan I place an OBJ file into my scene?
I have a file from Tinker cad I want to put into a Unity scene, how do I do that?
View ArticleCannot load obj file webGL solution
Hi, I'm trying to load a .obj file using ObjLoader class. In the editor there weren't problems, but in the webGL version it doesn't run. Are there particular class to load file in webGL solutions? I'm...
View ArticleMultiple OBJ to AssetBundle on Server
I have a large number of 3D models (~10,000) in OBJ format that I would like to dynamically load from a server at runtime. Currently I'm using an OBJ reader class, but it is slow and seems like an...
View ArticleIssue 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 Article