You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try running the examples, I found out that I have to use cargo run --bin, which then only is able to run bevy_yarnspinner_demo and generate_proto, because access_variables, custom_command, custom_function and hello_world are ambigous.
I'd expect to run the examples with cargo run --example hello_world, but no examples are available
If that is not possible because of the structure, could you add documentation on how to run the examples?
The text was updated successfully, but these errors were encountered:
Good idea, that should be documented somewhere.
Could you try running cargo run -p yarnspinner_examples --bin hello_world?
If that doesn't work, try cargo run -p examples/bevy_yarnspinner --bin hello_world
cargo run -p yarnspinner_examples --bin hello_world panics with Error in Yarn Spinner plugin: Failed to load Yarn file folder assets\dialogue. Help: Does the folder exist?
cargo run -p examples/bevy_yarnspinner --bin hello_world does output an error error: package ID specification examples/bevy_yarnspinner looks like a file path, maybe try ...
When I try running the examples, I found out that I have to use
cargo run --bin
, which then only is able to runbevy_yarnspinner_demo
andgenerate_proto
, becauseaccess_variables
,custom_command
,custom_function
andhello_world
are ambigous.I'd expect to run the examples with
cargo run --example hello_world
, but no examples are availableIf that is not possible because of the structure, could you add documentation on how to run the examples?
The text was updated successfully, but these errors were encountered: