# Troubleshooting

## Why do I get a NullReferenceException in the console?

There can sometimes be a null reference appear in the console, linked to the Rotorcraft Prefab Builder window, this appears to be a Unity bug and can be ignored. (<https://forum.unity.com/threads/assetdatabase-saveassets-is-giving-a-nullreferenceexception.778691/>). Closing the Rotorcraft Prefab Builder window when you’re done with it should stop the error appearing.


---

# 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://arcdocs.enigma23.co.uk/help/troubleshooting.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.
