Roman Salnikov

Results 13 comments of Roman Salnikov

I experience the same confusion. I would expect that all collision-related components would replace `PendingConvexCollision` on the same Entity it was set on. Use case: 1. I start prototyping with...

In my project, I made a [.justfile](https://github.com/casey/just) with something like this: ``` default: run build-wasm: cargo build --release --target wasm32-unknown-unknown --no-default-features wasm-bindgen --no-typescript --out-name bevy_game --out-dir wasm --target web target/wasm32-unknown-unknown/release/my_game.wasm...

Same issue here. The size is about 12M: ``` -rw-r--r-- 1 bardt staff 12M Jul 3 11:59 ./.tags ``` I excluded everything possible (node_modules, tests, coverage etc.). Probably, the issue...

Any update on this? This should be trivial to merge, no breaking changes in egui between the versions.

Encountered the same symptoms. Since Bevy 0.8 UI is supposed to "just work", meaning you don't have a direct access to the UI camera. I wonder how one would be...

@rohanorton I'll create it in a few days, after I try it on a real project.

@tomgco I use v0.10.29, as I know it is the latest stable version.

@tomgco on my machine, startTime, endTime and samples are all empty. Probably the issue is with my environment somehow. I will be happy to provide any debug information you need...

@tomgco on v0.1.3 I get startTime and endTime now, but samples field is absent at all. Chart view in dev tool doesn't help much. ![screenshot 2014-07-21 18 27 01](https://cloud.githubusercontent.com/assets/633908/3642915/38644c24-10ca-11e4-87d4-13e0f46062bc.png) Here...

@tomgco do you have enough time to look into this deeply? If not, I can suggest my help, but I will need more specific documentation on how all this fields...