> For the complete documentation index, see [llms.txt](https://anything-world.gitbook.io/anything-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anything-world.gitbook.io/anything-world/unity/known-issues.md).

# Known Issues

### Models can fail to import to Unity scene due to "calculated bound was infinity"

This is caused by a conflict with out OBJ loader and a specific version of the Maya exporter in some of the unprocessed models we serve. If you encounter this issue with a model please let us know in the help channel in discord or <support@anything.world>.

### Textures or materials missing from imported model

This occurs in some of our unprocessed OBJ models in their pre-QA'd state.  if you encounter this issue with a model please let us know in the help channel in Discord or <support@anything.world>.

### Errors thrown disconnecting or connecting microphones during recording (Natural Language Creator)

This is a limitation of the current microphone API that we're attempting to work around, in the mean time you can close and open the panel again to reset the creator.

### Users can receive error "Cert verify failed" when logging into Anything World Unity SDK

This appears infrequently on slower connections or if the connection is intermittent when logging in. If you observe this error wait 15 seconds, close and open the login window and try again. If the error persists contact us on discord help channel or <support@anything.world>.


---

# 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, and the optional `goal` query parameter:

```
GET https://anything-world.gitbook.io/anything-world/unity/known-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
