Alain

Results 21 comments of Alain

This also happens if a line is terminated with a literal backslash: ``` @type record_transformer hello "world \\ test" ```

> I much prefer names, but indexes need to continue to be supported, especially for migration ease. Unfortunately that is (afaik) still not possible due to asset aliases never being...

I did spend an hour or two to check if adding multi-label support would be an easy win, unfortunately (as @andriyDev points out) the way handles work currently makes this...

If https://github.com/bevyengine/bevy/pull/15813 (@andriyDev again ❤️ ) is merged this problem would get solved by proxy, as two handles could share an `Arc`'d asset, paying only the setup cost of cloning...

> 1. Cloning the arc means that you can't modify the asset in place anymore - modifying a subasset requires cloning the subasset first (and now your alias refers to...

Thanks for adding this, it will be immensily useful for my game! If you can forgive some bikeshedding, could we rename `BodyWorld` to something else? For me it has a...

I'm not sure why you needed me to look at the unit tests when the examples in this repository show the problematic behavior? I created this unit test to illustrate...

This is during surgery, as surgery success text is hardcoded. https://github.com/unitystation/unitystation/blob/b6e2739d4f931e60e8b07be501bb2446d54cc01d/UnityProject/Assets/ScriptableObjects/Surgery/Cyborg/CyborgAttachItem.asset#L23

I used [RigidBodyDisabled](https://docs.rs/bevy_rapier3d/latest/bevy_rapier3d/dynamics/struct.RigidBodyDisabled.html)

Both the Swiss Food Composition Database and the USDA FoodData Central allow you to download and embed their data. I propose including the generic food items of both directly in...