# Installation

1. In Assets/Plugins/VoxelBusters folder, delete **CoreLibrary** and **ScreenRecorderKit** folders (if exists)
2. Download the plugin via Package Manager
3. Import the plugin
4. Add the Newtonsoft Json dependency (<mark style="color:purple;">"com.unity.nuget.newtonsoft-json": "2.0.0"</mark>) in YOUR\_PROJECT\_ROOT/Packages/manifest.json under dependencies block.
5. Create settings and configure from top menu bar Window -> Voxel Busters -> Screen Recorder Kit -> Open Settings


---

# 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://assetstore.replaykit.voxelbusters.com/installation.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.
