Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Rust Auto Compile is a simple script that runs cargo automatically before you run your game.It adds 2 settings:rust/cargo_path: The path to your cargo executablerust/cargo_manifest: The path to the Cargo.toml of the library you want built.You need to have those 2 settings set for the plugin to work.
Rust Auto Compile is a simple script that runs cargo automatically before you run your game.
It adds 2 settings:
rust/cargo_path: The path to your cargo executable
rust/cargo_manifest: The path to the Cargo.toml of the library you want built.
You need to have those 2 settings set for the plugin to work.
Reviews
Quick Information

Rust Auto Compile is a simple script that runs cargo automatically before you run your game.It adds 2 settings:rust/cargo_path: The path to your cargo executablerust/cargo_manifest: The path to the Cargo.toml of the library you want built.You need to have those 2 settings set for the plugin to work.