Open JimLynchCodes opened 1 month ago
The current command is cargo generate thebevyflock/bevy_new_2d
.
The video is a little outdated at this point. Still a good resource, but I'd recommend reviewing the up-to-date README and docs while watching it. We should probably mention this in the README.
For this particular error, it's because we've merged the cargo-generate
branch into main
, and renamed bevy_quickstart
-> bevy_new_2d
in anticipation of the upcoming bevy_cli which will allow you to create a new bevy project from a template by running (something like) bevy new 2d
or bevy new --template 2d
.
Hi, I just tried following along with the video here: https://www.youtube.com/watch?v=ESBRyXClaYc
I installed cargo binstall, but then when I run the command from the video,
cargo generate TheBevyFlock/bevy_quickstart --branch cargo-generate
I get this error mesage:
Am I doing something wrong here? Some issue with the repo / generator template? 🤔