Yarn Spinner for Rust
The third step in our beginner's guide, focusing on getting up and running with Yarn Spinner for Rust using Bevy.
Installing Yarn Spinner for Rust
cargo new hello_yarnspinner
cd hello_yarnspinnercargo add bevy bevy_yarnspinner bevy_yarnspinner_example_dialogue_viewSetting up Bevy Yarn Spinner
Plugins
use bevy::prelude::*;
use bevy_yarnspinner::prelude::*;
use bevy_yarnspinner_example_dialogue_view::prelude::*;Systems
Creating a Yarn File

Troubleshooting
Next Steps
Last updated
Was this helpful?
