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 ArticleDo I have to manually assign every texture to material?
Hello, I have limited experience with 3d Modelling/Texturing ect. I'm hoping you can help save me a headache! I downloaded an .Obj model of a detailed interior room. The model has about 200 separate...
View ArticleBuilding a VR FloorPlan with imported .obj file
Hello all, I'm building a VR Floor plane using .obj file, consistent of many pictures as textures. When placing the .obj in the scene I get a model with overall bad texture look and "holes". I think it...
View ArticleCan't import .obj with a lot of groups
We have an issue regarding loading .obj models from Houdini. We have a lot of buildings in the "city" and we are trying to import them. If we keep all of them as one group it loads fine, but if we want...
View ArticleTextures not applied correctly to 3D objects
![alt text][1] Hello. So I ordered a bunch of 3D objects and I was given files of these formats for each 3D object. .fbx .obj .mtl .png However, when I import these items to unity and try to create a...
View ArticleHow do I parse JSON that is a single string with multiple files?
I'm having trouble getting the info from this JSON data. The data is a single string that contains multiple obj and corresponding mtl files. How can I parse or get the files to use in Unity? ----------...
View Articlehow to load *.Obj Files with number of vertices more than 65535 in run-time ?
the application couldn't load the *.obj 3d Model in runtime, then an error message appears showing that the number of vertices couldn't exceed 65535! how to pass the problem and what is the suggestion...
View ArticleImporting an obj from magica voxel into unity looks so shiny and glossy...
When I export my voxel into an obj to Unity, it looks so shiny and ugly. I've tried changing stuff into the material component, but what exactly can I change to get it to look like I have it originally...
View ArticleWhat is wrong with my quad .obj?
When importing the obj file below, unity says "Can't import normals, because mesh 'default' doesn't have it.", and then unity recalculates the normals. So my first question is: why doesn't unity parse...
View Articlematerial from obj loader remote
I am using [remote obj loader][1] to load 3d object into my scene at runtime. If no material if provided then it loads the material with a standard vertex lit opaque material. How can I make it render...
View ArticleTexture shows up in Inspector but object is red without texture
This is a problem I've come across a couple of times already: I'm loading .obj files and their .jpg textures from HDD at runtime (not as Unity assets!) and even though the GameObject shows up in the...
View ArticleOBJ model can only have instance materials?
I have a simple code that changes the material of an object to a material from an array. public Material[] allMats; //an array of materials public Transform cubePrefab; //a model with at least 1 child...
View ArticleHow properly export an object in fbx/obj format with materials and textures...
Hi guys, I need to export an object from Unity in fbx or obj format to be reimported in blender for further tweaking. I need to export also materials/textures, but it seems they are skipped during the...
View Article