01-11-2020, 02:24 PM
digitaldavinci Wrote: To align the Cartesian coordinates between Wings and UnityNo you are not missing anything.
After building a model in Wings3d, rotate the selection to export 180 degrees on the Y axis.
I have no other way to get these two systems to talk correctly in this effort unless I am missing something.
Usually, most the other 3D app may need the Z axis be switched with Y axis and then we have an option for that in the exporters (Swap Y and Z axes). So, as Unity uses a third variation we may need to add an option to switch the X and Z axes:
Rotating 180° in Y axis doesn't looks like you can get the correct representation of the same object in both app.
digitaldavinci Wrote: With Wings and unity open with projects linked by created objects the developer can make changes to the wings model either the Material or selected object. Then when the Wings selected object is exported the Unity serialization process gets triggered due to folder change the model change appears in Unity automagically!In this scenario, I think the proper solution is to create a Unity plugin able to read wings files. If you are able to serialise the importer process in Unity, that should to work fine.