# Getting Started with VR FPS Kit

{% hint style="success" %}
If you ever run in to any problems, reach out to us at the Support Discord Server!
{% endhint %}

<figure><img src="https://4076613168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAtJP6qmQHDLTTrea7mq2%2Fuploads%2FWrxxsjP4ssQY5O6Pmf2a%2Fimage_2025-11-04_214206354.png?alt=media&#x26;token=dde0f005-61fd-4f79-a5b3-49d00baedc2c" alt=""><figcaption></figcaption></figure>

## **What is VR FPS Kit?**

VR FPS Kit is an example project with features essential for creating any Virtual Reality Shooter Game, made with Unity's XR Interaction Toolkit. It comes packed with:

* [**Damage System**](https://scuttled-tech.gitbook.io/vrfpskit-docs/damage-system/damage-system)
* **Physics Interaction**
* [**Realistic Firearm items**](https://scuttled-tech.gitbook.io/vrfpskit-docs/weapons/firearm-components-documentation/basic-components/firearm)
* **Grenade Items**
* **Weapon Attachment System**
* **Hand posing system**
* **Full body IK skins**
* **Example Targets**
* **Magazine & Cartridge Items**
* **Interaction examples (Buttons & Levers)**
* [**Multiplayer VR**](https://scuttled-tech.gitbook.io/vrfpskit-docs/multiplayer-addon/getting-started-with-multiplayer) **(This is a separate Addon)**

## Having trouble with the setup?

Check out the [Setup Troubleshooting Guide!](https://scuttled-tech.gitbook.io/vrfpskit-docs/user-manual/setup-troubleshooting)

## Get started creating your first weapon

Check out the guide on [Creating new Firearms](https://scuttled-tech.gitbook.io/vrfpskit-docs/weapons/creating-firearms/creating-firearm-item)

## **Useful Links:**

Support links:

* [**VR FPS Kit Discord Server**](https://discord.com/invite/KbFKA5Z6Sr) - Reach out if you have any questions and be a part of a really cool & supportive game development community!
* [Mirror Multiplayer Discord Server](https://discord.gg/Tuv9GqkpCk)  - For any questions about multiplayer

Documentation Pages:

* [**Unity XR Interaction Toolkit Documentation**](https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@2.5/api/UnityEngine.XR.Interaction.Toolkit.html)
* [**Mirror Networking Multiplayer Documentation**](https://mirror-networking.gitbook.io/docs)

Asset store links:

* [**VR Haptic Patterns**](https://u3d.as/323Z) is fully supported and used extensively - Just import it in order to install
* [**VR FPS Kit**](https://u3d.as/3bJc) Store Page
* [**Multiplayer Addon**](https://u3d.as/351S) Store Page


---

# 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://scuttled-tech.gitbook.io/vrfpskit-docs/user-manual/getting-started-with-vr-fps-kit.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.
