# Quick Setup

Import RSB into your project. Then navigate to **InanEvin>Realistic Sniper and Ballistics**>**UNPACK** folder. You will see 3 packages for each of the render pipelines (**standard, urp/lwrp and hdrp**). Unpack the one your project uses, you can delete the others. Then, navigate to the folder **DemoScenes** and play any demo scene you want. You will see:

* **Full Demo:** Demonstrating all RSB features in a first-person sniper game fashion.
* **Mobile Demo:** Demonstrating RSB features in a first-person sniper game fashion with a mobile ready flat scene.
* **EmptyPlayerControllerDemo:** Demonstrating the first-person controller that is included in RSB, with complete movement and motion such as head-bob, camera sway etc.&#x20;
* **MinimalDemo:** Demonstrating the usage of RSB without a player controller. Press space to shoot a ballistics bullet in an empty scene. Perfect if you want to integrate RSB into your own controllers and not use the provided ones.

![FullDemo demonstrating e.g bullet ricochet & penetration](/files/-MaOfu9YSUjmXgt0WY6C)

![Mobile demo with bullet time, recorded in Galaxy A70](/files/-MaOku31-juGBVAYM4yX)


---

# 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://rsb.inanevin.com/introduction/quick-setup.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.
