- Within your Godot project, click Asset Library
- Search for "Rivet"
- Install the plugin
- Support the project by giving the Rivet GitHub repo a star.
Using gd-plug
- Add this line to your
plug.gd
:
plug("rivet/plugin-godot")
- Support the project by giving the Rivet GitHub repo a star.
- Ensure the prerequisites are installed:
- Clone this repository
- Build the plugin using
deno run -A scripts/build_dev.ts
- Copy the
plugin-godot/addons/rivet
folder toyour-godot-project/addons/rivet
. - Enable this addon within the Godot settings
Project > Project Settings > Plugins
- Support the project by giving the Rivet GitHub repo a star.
- 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.
- Replace
- Copy the
plugin-godot/addons/rivet
folder toyour-godot-project/addons/rivet
. - Enable this addon within the Godot settings
Project > Project Settings > Plugins
- Support the project by giving the Rivet GitHub repo a star.
Head over to our Documentation to get started with Rivet and Godot.
- 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.
- Submit your pull request.
- Rivet team will review your changes.
- Join Rivet's Discord to ask questions & showcase your game.
Each folder in the examples/
folder is its own independent Godot project.
See Enabling support for symbolic links on Windows below.
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
Enable symlinks in Git
-
Delete the
plugin-godot
folder -
Download and run the Git installer (even if Git is already installed)
-
Uncheck Only show new options at the bottom of the window
-
Click Next until you see the Configuring extra options screen
-
Check Enable symbolic links
-
Finish the installation
-
Re-clone the repository. You should see files under
examples/*/addons/rivet/
.