Aevyrie
Aevyrie
> Trying to input a project name, I clicked the field expecting the 'New Project' text to be a placeholder and began typing If a project name is new and...
Using this to track the upstream issue and local fix. https://github.com/aevyrie/bevy_mod_picking/pull/314#issuecomment-1974034094 https://github.com/bevyengine/bevy/issues/12255
The repository seems to be licensed under dual MIT/Apache for a few years, however, the repo still includes the GPL `LICENSE` file in its root. This PR removes that license...
I'm using Z-up in an application, so using this plugin results in everything being rotated 90 degrees. Being able to set the up vector would be handy.
# Objective - Partially implements #13311 ## Solution ```rs // Preferences only require that the type implements [`Reflect`]. #[derive(Reflect)] struct MyPluginPreferences { do_things: bool, fizz_buzz_count: usize } fn update(mut prefs:...
This is a bug that I just noticed when upgrading from 0.33 to 0.36. This looks like a copy-paste error.
Changes the design of the plugin to work with multiple, independent high-precision hierarchies at the root with the `BigSpace` component at the root of each of these hierarchies. Closes #17...
Fixes #2 I included the lock file in a separate commit, to give you the option to discard it. It's generally recommended to track a lock file for binaries, to...
Platform: macOS, arm I followed the instructions in the repo, and manually cloned the submodule, however I am now hitting build errors with the C++ project. It is very probable...