EmiOnGit / warbler_grass

A bevy plugin for creating 3d grass in your game
Apache License 2.0
120 stars 11 forks source link

75 update to bevy 013 #76

Closed EmiOnGit closed 4 months ago

EmiOnGit commented 4 months ago

Todo:

janhohenheim commented 4 months ago

@EmiOnGit FYI, I'm testing this branch on Foxtrot right now and I'm getting this crash: image

EmiOnGit commented 4 months ago

Yes, they mistakenly removed the visibility of the globals in the vertex shader. Was readded here https://github.com/bevyengine/bevy/pull/12032 and should be contained in the 0.13.1 update. I've been trying to work around that for 0.13 but to no avail so far.

EmiOnGit commented 4 months ago

@janhohenheim I have migrated everything now. Do you mind testing it on foxtrot again? If everything is alright on your side, I'll publish

janhohenheim commented 4 months ago

Sure! I'll check in about 2 hours :)

janhohenheim commented 4 months ago

@EmiOnGit works like a charm, good job! ❤️

EmiOnGit commented 4 months ago

Thanks for testing! :)