rivet-gg / plugin-godot

πŸ”Œ Plugin for Rivet + Godot 4
https://rivet.gg/learn/godot
Apache License 2.0
49 stars 6 forks source link
enet godot multiplayer server webrtc websocket

Rivet Godot 4 Plugin

--- ## πŸ“¦ Installation ### Godot Asset Library (recommended) 1. Within your Godot project, click _Asset Library_ 2. Search for "Rivet" 3. Install the plugin 4. Support the project by giving the [Rivet GitHub repo](https://github.com/rivet-gg/rivet) a star. ### Using [`gd-plug`](https://github.com/imjp94/gd-plug) 1. Add this line to your `plug.gd`: ```gdscript plug("rivet/plugin-godot") ``` 2. Support the project by giving the [Rivet GitHub repo](https://github.com/rivet-gg/rivet) a star. ### Build from source 1. Ensure the prerequisites are installed: - [Git LFS](https://git-lfs.com/) - [Rust](https://rustup.rs) - [Deno](https://deno.com) 2. Clone this repository 3. Build the plugin using `deno run -A scripts/build_dev.ts` 4. Copy the `plugin-godot/addons/rivet` folder to `your-godot-project/addons/rivet`. 5. Enable this addon within the Godot settings `Project > Project Settings > Plugins` 6. Support the project by giving the [Rivet GitHub repo](https://github.com/rivet-gg/rivet) a star. ### Manual installation 1. Download the desired release from: `https://releases.rivet.gg/plugin-godot/{VERSION}/rivet-plugin-godot.zip` - Replace `{VERSION}` with the desired release, e.g. `v2.3.0`. See all releases [here](https://github.com/rivet-gg/plugin-godot/releases). 2. Copy the `plugin-godot/addons/rivet` folder to `your-godot-project/addons/rivet`. 3. Enable this addon within the Godot settings `Project > Project Settings > Plugins` 4. Support the project by giving the [Rivet GitHub repo](https://github.com/rivet-gg/rivet) a star. ## πŸš€ Getting started Head over to our [Documentation](https://rivet.gg/docs/godot) to get started with Rivet and Godot. ## πŸ—οΈ Contributing 1. Look for any issue that describes something that needs to be done - or, if you're willing to add a new feature, create a new issue with an appropriate description. 2. Submit your pull request. 3. Rivet team will review your changes. 4. Join [Rivet's Discord](https://rivet.gg/discord) to ask questions & showcase your game. ## πŸ“· Examples Each folder in the `examples/` folder is its own independent Godot project. See _Enabling support for symbolic links on Windows_ below. ## Troubleshooting ### Enabling support for symbolic links on Windows _Only relevant for testing examples._ This repository relies on use of symbolic links in order to re-use the `addons/rivet/` folder inside of `examples/*/addons/rivet/`. If you don't files in the folder `examples/*/addons/rivet/`, do the following: **Enable developer mode** 1. Open _Settings_ 2. Navigate to _Updates & Security > For Developers_ 3. Enable _Developer Mode_ Developer mode **Enable symlinks in Git** 1. Delete the `plugin-godot` folder 2. Download and run the Git installer (even if Git is already installed) 3. Uncheck _Only show new options_ at the bottom of the window 4. Click _Next_ until you see the _Configuring extra options_ screen 5. Check _Enable symbolic links_ 6. Finish the installation 7. Re-clone the repository. You should see files under `examples/*/addons/rivet/`. Symbolic link