> For the complete documentation index, see [llms.txt](https://motiongamesstudio.gitbook.io/magic-lightmap-switcher/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://motiongamesstudio.gitbook.io/magic-lightmap-switcher/getting-started/general-settings.md).

# General Settings

## Import MLS Package <a href="#id-2-import-mlp-package" id="id-2-import-mlp-package"></a>

Import the MLS package using the "**Asset Store**" or go to the "**Assets** ➞ **Import Package** ➞ **Custom Package**" menu and select the package in Windows Explorer.

{% hint style="info" %}
If you do not need the scenes with examples and any related data, then you can exclude from the import the folders "**Examples**" and "**Resources**".
{% endhint %}

## Editor Setup <a href="#id-1-editor-setup" id="id-1-editor-setup"></a>

Disable lighting "**Auto Generate**" option for the plugin to work properly.

<figure><img src="/files/dbgHVEOsgVqDlMo8jweU" alt=""><figcaption></figcaption></figure>

If you are using **Configurable Enter Play Mode**, then for the plugin to work properly in play mode, you need to check the "**Reload Scene**" option. Otherwise, blending will only work in edit mode.

![](/files/-Ma99NcOxWSdMhxDvhOZ)

In new versions of Unity, the Forward+ and Deferred+ rendering paths are available in URP. In these modes, Unity creates atlases for reflection probes, which means that individual reflection probes are not updated even if they are assigned a new reflection texture. For reflection blending to work, you should not use Forward+ or Deferred+.

<figure><img src="/files/HX070R3gnrjMplhel2sl" alt=""><figcaption></figcaption></figure>

In HDRP, blending reflection probes is also not possible due to the use of atlases.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://motiongamesstudio.gitbook.io/magic-lightmap-switcher/getting-started/general-settings.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.
