> For the complete documentation index, see [llms.txt](https://docs.edgegap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgegap.com/docs/sample-projects/godot/netfox-forest-brawl.md).

# Netfox Forest Brawl

Explore how to host Unity projects on Edgegap using techniques from the [Netfox Forest Brawl](https://foxssake.github.io/netfox/latest/).

## ✔️ Preparation

Before we start, you will need:

* Godot 4.x.x - [download from official source](https://godotengine.org/).
* [Netfox Godot Package](https://foxssake.github.io/netfox/latest/).
* [Edgegap's Godot Dedicated Servers Quickstart Plugin](/godot.md).

## ⚡ Deploy and Connect

### 1. Deploy a Server on Edgegap

☑️ To get started, you'll need to [create a free account with Edgegap](https://app.edgegap.com/auth/register). No credit card required.

☑️ Follow the [Godot Getting Started guide](/godot.md) to build and upload your dedicated server.

☑️ [Deploy a server](https://app.edgegap.com/deployment-management/deployments/create) with your newly created Forest Brawl app version.

☑️ [Open your new deployment's details](https://app.edgegap.com/deployment-management/deployments/list) and find your unique, one-time connection details:

* **Host URL** in format `780aa4260e83.pr.edgegap.net` ,
* **External Port** in format `30854`  (5 digits).

✅ You may now proceed to the next step.

### 2. Connect from Editor

☑️ Open your new project in Godot.

☑️ Verify that you have opened scene: `examples/forest-brawl/forest-brawl.tscn`.

☑️ Press the ▶️ Play button to start your game client.

☑️ Input connection details from previous step, e.g. `780aa4260e83.pr.edgegap.net:30854` .

☑️ Press **JOIN** button to connect to your server.

☑️ Connect a second virtual Player through Debug / Run Multiple Instances.

🙌 Congratulations on your first Deployment on Edgegap!

## ⚠️ Known Issues

* [Dedicated Server export mode stripping unguarded `brawler-controller.gd`](https://github.com/foxssake/netfox/issues/636)
