From 868fa163e0205050dd262ad93a0fcafd496ee4d7 Mon Sep 17 00:00:00 2001 From: Mark Moissette Date: Sat, 30 Sep 2023 01:22:08 +0200 Subject: [PATCH] docs(README): added link to blueprints video (#10) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adf6cb1..e24dd19 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ It also allows you to setup 'blueprints' in Blender by using collections (the re There is a [video tutorial/explanation](https://youtu.be/-lcScjQCA3c) if you want, or you can read the crate docs/ basic example - [bevy_gltf_blueprints](./crates/bevy_gltf_blueprints/) This crate adds the ability to define Blueprints/Prefabs for Bevy inside gltf files and spawn them in Bevy. With the ability to override and add components when spawning. +There is a [video tutorial/explanation](https://youtu.be/CgyNtwgYwdM) for this one too, or you can read the crate docs/ basic example + ## Tools @@ -141,4 +143,4 @@ you will get a warning **per entity** This repo, all its code, contents & assets is Dual-licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](./LICENSE_APACHE.md) or https://www.apache.org/licenses/LICENSE-2.0) -- MIT license ([LICENSE-MIT](./LICENSE_MIT.md) or https://opensource.org/licenses/MIT) \ No newline at end of file +- MIT license ([LICENSE-MIT](./LICENSE_MIT.md) or https://opensource.org/licenses/MIT)