Roman Salnikov

Results 3 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...