# Dreamscape - Installation & Set-up

{% hint style="info" %}
**UNREAL ENGINE:** This guide is for the Unreal Engine packages and cannot be used as a guide for the Unity packages.
{% endhint %}

## Adding to a Project

To add a collection to an existing project, open your Vault, locate the collection you wish to use and press Add to Project, and select your project from the list.

![](/files/ZZ3vYeJO8Ms8x92pA0P4)

## Installation Order

{% hint style="danger" %}
**Installing collections of order will likely break the newer collections!**
{% endhint %}

All Dreamscape collections can be run either as a stand-alone pack or be used together.

In order to use them together you only need to install them to the same project and install them in their release order. This makes sure that the newest optimizations and fixes are always installed.&#x20;

You can always check out the release order on the [Dreamscape Series Overview](/dreamscape-series/dreamscape-series-overview.md#current-releases-in-order) page.

The order they are released is the same order they should be installed in.

## Project Settings

In order for the collections to work correctly, please make sure the following options in your Project Settings are set correctly&#x20;

* **Enable virtual texture support - ON**
  * Virtual Textures are used for the ground foliage, allowing them to take the color of the landscape below. Not enabling it will cause them to be black.
* **Generate Mesh Distance Fields - ON**
  * A lot of water effects use mesh distance fields. Without it, the water edges and waves will not work.
* **Allow Static Lighting - OFF**
  * Baking static lights on moving foliage will cause artifacts. It is recommended to leave off, however you can turn on if you are an advanced user and need to bake static lights for specific objects/scenes only.

{% hint style="warning" %}
**The options below are only available for Unreal Engine 5.**
{% endhint %}

* **Dynamic Global Illumination Method - None**
  * Enabling Lumen does not add much value to stylized scenes, but does have a performance impact and can break Ambient Occlusion and some Post Processing. Recommended to leave it to None but you can set it to Lumen at your own Risk.
* **Reflection Method - Screen Space**
  * Enabling Lumen does not add much value to stylized scenes, but does have a performance impact and can break Ambient Occlusion and some Post Processing. Recommended to leave it to None but you can set it to Lumen at your own Risk.
* **Shadow Map Method - Shadow Maps**
  * Virtual Shadow Maps are still WIP and can cause performance issues.

Once these settings are set correctly, please restart the editor. This might cause a shader recompilation, which might take a while.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://polyart.gitbook.io/dreamscape-series/unreal-engine/dreamscape-installation-and-set-up.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
