> For the complete documentation index, see [llms.txt](https://docs.exoskyplanets.com/exosky-planets-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoskyplanets.com/exosky-planets-documentation/fixes-and-other-stuffs/unsupported-features.md).

# Unsupported Features

There are a few things that are not possible or useful for specifically this plugin :

* **World Partitioning** - World partitioning will break the plugin. This is not an issue, because of an automatic level-of-detail system. The planet generation system is specifically designed to be as resource efficient as possible, which will not require World Partitioning. However, objects placed in the scene other than planets can use World Partitioning.
* **Runtime Virtual Textures** - RVTs will not be supported because of the inability to map to 3-dimensional terrains. RVTs are meant for small, 2-dimensional levels, not large, 3-dimensional planets.
* **Lumen** **& Distance Fields -** Runtime Mesh Component Pro will allow for generation of Lumen and Distance fields, which can be purchaced and configured seperately.
* **PCG - I will look into this. It seems interesting, but not a replacement for the foliage system that is currently a work-in-progress.**


---

# 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://docs.exoskyplanets.com/exosky-planets-documentation/fixes-and-other-stuffs/unsupported-features.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.
