Wings 3D Development Forum
exporting obj from wings to unity material problem - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=9)
+--- Thread: exporting obj from wings to unity material problem (/showthread.php?tid=2785)



exporting obj from wings to unity material problem - digitaldavinci - 02-24-2019

I am on Wings 2.0.2 because of the bollean plugin. I can export/import fine. But in Unity the shader on the mesh is where the problem arises.
I am using Amplify shader plugin and the shaders/materials are not applied correctly. I see the gameobject but the effect are a single changing color instead of the patterns changing.
I am bouncing back and forth between the two products. I have read the docs and there seems to be no answer to this.
I got away from FBX because of its licensing issues. License drops off and you can not get your models, blah blah.
In most answers posted the inexperienced poster throws the unity doco in the thread and this is not an answer, from what I have experienced.
Or they recommend Blender. Really?

I need to look further at the sphere model import compared to unity inherent sphere.

Any recommendation would be appreciated.


RE: exporting obj from wings to unity material problem - dgud - 02-25-2019

Obj materials can be a bit rough, can you use gltf (or glb) in unity?
In glTF materials are specified so should work better if supported.


RE: exporting obj from wings to unity material problem - micheus - 02-25-2019

As I could to check, Unity still doesn't support it natively. But, there are a couple of scripts around:
UniGLTF, GLTFUtility, glTFast and one kept by Khronos Group: UnityGLTF