Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Bevy v0.12 #775

Merged
merged 24 commits into from
Feb 23, 2024
Merged

Conversation

Indy2222
Copy link
Collaborator

@Indy2222 Indy2222 commented Nov 9, 2023

@Indy2222
Copy link
Collaborator Author

Indy2222 commented Feb 20, 2024

TODO:

  • Check TypeUuid, is it still needed?
  • Check how asset's LoadState is used
  • Test multiplayer
  • Make sure that laser trails not appearing in multiplayer (to the attacked player) is not a but introduced by this PR
  • Fix sound (not caused by the PR Sound doesn't work #788)

@Indy2222
Copy link
Collaborator Author

2024-02-20T10:34:58.468517Z ERROR bevy_render::render_resource::pipeline_cache: failed to process shader:
error: failed to build a valid final module: Entry point fragment at Fragment is invalid
   ┌─ shaders/terrain.wgsl:47:1
   │
47 │ var<uniform> circles: KdTree;
   │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ naga::GlobalVariable [26]
   │
   = Bindings for [26] conflict with other resource


2024-02-20T10:34:58.471196Z  INFO de_controller::hud::minimap::nodes: Creating new minimap image with resolution UVec2(128, 128)
2024-02-20T10:34:58.471989Z  INFO de_pathing::fplugin: Spawning path finder update task
2024-02-20T10:34:58.487695Z  INFO de_controller::hud::minimap::nodes: Creating new minimap image with resolution UVec2(369, 738)
2024-02-20T10:34:58.487704Z  INFO de_pathing::fplugin: Inserting updated path finder
2024-02-20T10:34:58.567776Z ERROR bevy_render::render_resource::pipeline_cache: failed to process shader:
error: invalid field accessor `model`
   ┌─ shaders/bar.wgsl:30:168
   │
30 │     out.clip_position = bevy_pbr::mesh_functions::mesh_position_local_to_clip(bevy_pbr::mesh_bindings::mesh.model, vec4<f32>(0., 0., 0., 1.0));
   │                                                                                                                                                                        ^^^^^ invalid accessor
   │
   = invalid field accessor `model`

@Indy2222 Indy2222 force-pushed the feature/bevy-12 branch 2 times, most recently from 0759438 to affb8bb Compare February 20, 2024 12:56
@Indy2222 Indy2222 marked this pull request as ready for review February 21, 2024 10:13
Already in prelude.
@Indy2222 Indy2222 merged commit 279488b into DigitalExtinction:main Feb 23, 2024
9 checks passed
@Indy2222 Indy2222 deleted the feature/bevy-12 branch February 23, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant