Open David-OConnor opened 2 years ago
I haven't gotten the time to confirm this. Just to be sure, are you running bevy 0.8? Cause if yes, bevy_config_cam
is yet to support bevy 0.8. However, you can use the bevy_dolly
branch for 0.8 support (Change your bevy_config_cam
dependency to bevy_config_cam = { git = "https://github.com/BlackPhlox/bevy_config_cam", branch = "bevy_dolly" }
), though would also need to run cargo nightly until the 11th of Aug.
Correct, re 0.8. Thx for the tip on bevy_dolly
This is not completed.
Do you think you will have the chance to add the updated Bevy support to the main branch sometime soon? Would love to give it a try :)
Upon adding this line:
.add_plugin(ConfigCam)
:etc.
Probably need to update the wgpu version.