Chris Brown

Results 6 comments of Chris Brown

I've also experienced this issue: ``` ❯ cargo run -p hello_world Finished dev [unoptimized + debuginfo] target(s) in 0.09s Running `target/debug/hello_world` [xcb] Unknown sequence number while processing queue [xcb] Most...

> Maybe just could show the fallback recipes it finds in “upper” justfiles as follows: > > > Available fallback recipes (../../justfile) > > task1 > > task2 > >...

I have had a similar issue, and found that it worked if I included a non-zero z value. E.g. `Transform::default().with_scale(Vec3::new(0.3, 0.3, 0.3))` It seems odd that this is needed though,...

It seems it might not be just in the root task file, but more general ``` ❯ ll --recursive .: total 8.0K -rw-r--r-- 1 chris chris 143 Jul 2 23:23...

Have you considered switching the collider to a sensor collider, rather than disabling their rigidbody? (Not sure if this will work, but might could be worth trying)

I see similar behaviour with the special variables too ``` ❯ ll total 8.0K -rw-r--r-- 1 chris chris 285 Jul 2 23:05 LocalTaskfile.yml -rw-r--r-- 1 chris chris 176 Jul 2...