Roger Küng
Roger Küng
It seems that the following code doesn't provide the desired behavior (in unity 2020.3.x) `Type.GetType(sceneSoundEnumName);` If in the `AudioManger` the following method is adopted: ```cs public Type GetSceneSoundEnum() { if...
I could observe the same on MacOS, under Windows the UI looks fine, but under Mac the terminal as well as the code editor have strange fonts and distances between...
How exactly can the `git` protocol be enforced? I have still the same issues for any crate which references a recent version.
I currently have the same issue on Windows, without specifying a path I get proc macro losing failed errors (unsupported metadata version 7). If I define a path in the...
A current workaround (which is not battle tested, but worked in my project), is to replace the following: ```python assets_list = get_user_assets_as_list(blueprint.collection) ``` with ```python assets_list = get_blueprint_assets_tree(blueprint, blueprints_data, parent=None,...
Appending and removing 1 byte is what I currently do for a workaround. I haven't tested web just yet, only native.
bevy_egui was upgraded to 0.36 with an important addition (draw egui above bevy_ui). probably best do directly upgrade to the latest