Hi!
I’ve been trying to make a master VFX graph that managed all the bullets in the game using the Graphics Buffer feature to both get more into the Graphics buffer feature and the VFX graph in general.
Based on the siggraph 2021 showcase of the feature, so many thanks @VladVNeykov , i’m sure the C# side of things are fine. Unfortunately I can’t wrap my head around how to interpret the data.
The weapon triggers an event. “OnShot”
but it only shows one bullet at a time and all the bullets. Also it only shows the first bullet.
I’ve tried to set the spawn of the bullets to the bullet count but then it spawns all the bullets every time the weapon shoots. However it does show the bullets - tho not correctly all the time. also when the amount of bullets increases it breaks altogether.
I feel like i’ve misunderstood something fundamental in regards to how to intrepret the VFX graph because it is not that complex of a graph!