> For the complete documentation index, see [llms.txt](https://sylvl.gitbook.io/panoramake-legacy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sylvl.gitbook.io/panoramake-legacy-docs/introduction/installation.md).

# 🎬 Installation

Installing PANORA|make on your Unreal Project & Launching the interface

## 🎬[ **Installation**](https://www.youtube.com/clip/UgkxBSOLKMxliQF3_FogqI1iI0hufdTGE-7G)

{% tabs %}
{% tab title="Installing via FAB" %}
On the Vault in the Epic Games Launcher, search "PANORA" and add it to your engine version.

<figure><img src="https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/tIxrNoXacLFne4j0UAej/image.png" alt=""><figcaption><p>Click "add to engine"</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/o11AJK5HtCfpJHmI7vU0/image.png" alt=""><figcaption><p>Select your engine version and click "Install".</p></figcaption></figure>

Once that's done, you can move on to the next steps.
{% endtab %}

{% tab title="Installing via ArtStation" %}
**Once downloaded, open the Archive, and extract the content of the folder corresponding to your Unreal version in the "Plugins" Engine folder.**

So if you use Unreal Engine 5.1, place the content of the "5.1\_ExtractIntoEnginePlugins" folder in the engine's Plugins folder (see example below.).

<figure><img src="https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/FX0PPRalKo0RJfQoDWVe/image.png" alt=""><figcaption><p>Plugin Installed in the Engine's plugins folder.</p></figcaption></figure>

*Once done, launch your project. If you get a prompt asking to rebuild the project, do so.*\
*You'll need Visual Studio installed and set up !*

*Once the project opened, you can move on to the next steps !*
{% endtab %}
{% endtabs %}

## 🎬 [**Enabling the plugin**](https://www.youtube.com/clip/UgkxiVXg6mPzyh2495Da3torepj_S-9droSn)

On your project, click on Edit --> Plugins.

<figure><img src="https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/0BSL1lbaM4FADX86MOXi/image.png" alt=""><figcaption></figcaption></figure>

A window featuring installed plugins will pop up.

Type "panora" to see PANORA|make in the list. Check it and restart your project.

<figure><img src="https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/skWCeVIOuQdKKSADu5Y0/image.png" alt=""><figcaption></figcaption></figure>

## [🎬 **Enabling Virtual Textures for your project**](https://www.youtube.com/clip/UgkxRViv8BZWSuCGwLm3ZglC6FpWgl8pwdx0)

Virtual Textures are very important to keep the shader complexity of the Instances low.&#x20;

To use them, you'll need to enable them in your project.

* Open your project and open the Project Settings.

On the top search bar, search for "Enable Runtime Virtual Texture" and tick "Enable Virtual Texture Support". Enable other options if you need them.

{% hint style="info" %}
Virtual Textures for Mobile, at least as of 5.2, is unstable and may crash the build.\
It's not recommended to enable them.
{% endhint %}

![](https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/YnlrNTVV2D8LGjIYeEug/image.png)

When finished, close your project and restart your project.

It'll take a moment to re-open as it'll need to recompile a lot of shaders.

## [🎬 Launching the Interface](https://www.youtube.com/clip/UgkxPG0w49V4Q0tkR4cychJV4ax2JRELpY2V)

Simply click the new PANORA|make Icon to the top of your UE5 interface.

![](https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/NBckgNpGrIn5lPm5zKOq/image.png)

If everything is set up correctly, this window should pop up !&#x20;

![](https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/30QNAQfLlQhXW7bpsBb4/image.png)

{% hint style="success" %}
It's **heavily recommended** to dock the Interface to the right of your viewport, as **it was designed to be used vertically to leave more space for it !**
{% endhint %}

![](https://content.gitbook.com/content/mlqGhioNPOejbOqn53Jr/blobs/OFt8bMKPTzzV4Z1iushJ/image.png)
