Activate camera fly mode in Unity

Here’s how to easily fly around your scene by using the standard wasd-keys and your mouse (like in a game):

1. Hold down the right mouse button
2. Press one of the wasd keys to move and move your mouse to turn

Additional tip: If you think that the scroll wheel zoom is jumping in too large increments, try holding down atl+right mouse button in order to dolly the camera smoothly by moving your mouse slowly.

Importing alpha-mapped planes from Blender to Unity

This tutorial shows you how you can bring alpha mapped planes into Unity while keeping the transparency intact:

1. Import the 3d-model as an asset
2. Import the texture as an asset and toggle the “Alpha is transparency” checkbox on. Apply.
3. Drag the 3d-model to your scene
4. Drag and drop the texture on top of the 3d-model
5. Select the object and open it’s shader in the inspector. Change the rendering mode from “opaque” to “fade” or “transparent”