Hello! I recently started making a game using Bevy and stumbled upon instancing, which has significantly improved the performance. The only issue I have is that I used the Bevy instancing example, which doesn't support adding transparency at all.
I then found the issue on Bevy discussing instancing, and came across this repository. I was happy to see you got transparency working, however, the bevy version used is 0.9 and I am using 0.13. I would update it myself but I have no understanding of graphics stuff (yet) haha.
I am wondering if you have any plans to update to Bevy 0.13, or if you have any advice/tips oh how I can do it myself.
Thank you!
Hello! I recently started making a game using Bevy and stumbled upon instancing, which has significantly improved the performance. The only issue I have is that I used the Bevy instancing example, which doesn't support adding transparency at all.
I then found the issue on Bevy discussing instancing, and came across this repository. I was happy to see you got transparency working, however, the bevy version used is 0.9 and I am using 0.13. I would update it myself but I have no understanding of graphics stuff (yet) haha.
I am wondering if you have any plans to update to Bevy 0.13, or if you have any advice/tips oh how I can do it myself.
Thank you!