Multiple scene views in Unity 3D

Sometimes it’s useful to see the 3d world you are creating from multiple different angles simultaneously. Many 3D programs like 3Ds Max even offer quad views that have four different angles available. In Unity you can view your scene from multiple angles in the editor by right-clicking on the scene window tab at the top and choosing “add tab” and then “scene”. You can now drag and drop this new scene window tab to a place in the interface that you prefer and change it’s view angle to your liking. One way of working could for example be to have always one top view available and next to that one free view.

How to bring materials from Quixel DDO to Blender EEVEE

Did you create some texture maps in Quixel and wanted to use them in Blender’s new EEVEE render engine? You plugged them into the principled shader but the outcome looked very different from what you had in the 3DO preview of Quixel? Maybe especially the metals looked way too dark and almost black?

Here is a simple workflow that seems to work pretty well between Quixel and EEVEE:

IN QUIXEL:

1. When you create your project, make sure you choose the metallness workflow.

2. Add your materials.

3. Export with the exporter into PNG files using the Metalness PBR (Disney) -preset.

IN EEVEE:

1. Give your object a material with the principled shader.

2. Plug in the following texture map files into the following inputs in the principled shader:

-Albedo to base color
-Metalness to metallic (set node to non-color data)
-Roughness to roughness (set node to non-color data)
-Normal to normal map node and that to the normal input (set node to non-color data)

Now your metals and other materials should look pretty close to how they looked in Quixel 3DO.