# 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: 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://anything-world.gitbook.io/anything-world/unity/known-issues.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.
