Dan Griffith

Results 6 issues of Dan Griffith

Would be really useful to have an example of how to get this work for the new SceneBundle. The method I use to use to get this to work was...

I have a Project Structure that looks like... Root - Packages - Package1 - Package2 - Package3 My FlutteRun needs to execute from Package 2 (where my main.dart lives). If...

help wanted

Adds an option to RaycastBackendSettings exposing RaycastVisibility to allow for selection of hidden meshes with example.

I have a use case where I want to click an object that isn't rendered to the screen. For example imagine a greedily meshed cube that was originally a 2x2...

Thanks for the plugin. When passing args to Lua from Rust, I'd like to pass an enum. Per the docs I should be able to add the IntoLua trait. The...

On Main branch calling with a single argument tuple or single argument in either direction doesn't work. Calling Rust from Lua ``` fn main() { App::new() .add_plugins(DefaultPlugins) .add_scripting::(|runtime| { runtime.add_function(String::from("func_with_params"),...