Since the version 2018.3 of the PiXYZ PLUGIN for Unity, it is now possible to two optimization and staging tools : the Toolbox and the Rule Engine.


These tools allows users the plugin to further optimize and stage the scene to accelerate global process of CAD importation in Unity, by making common but cumbersome tasks automatic or semi automatic, but also by providing additionnal tools that would require your workflow to go through third party applications, increasing your overall time and work required for the preparation of your scene.


Here are some examples :

  • Replacing objects by prefabs, such as trees from Autodesk Revit.
  • Switching materials with prebuilt Unity materials.
  • Merging some parts of the hierachy for reduced draw calls
  • Decimating some parts, found thanks to their Metadata from the original file
  • Adding colliders to make your assets physics-ready
  • Adding points lights at light bulb locations
  • ...




Related Topics