I have been working on my grass renderer again and managed to instantiate all instances on the GPU now.
Previously instantiating only 2^24 instances (16,777,216) took already around 40 seconds. With the new approach even double that takes less than a second. This feature is still experimental though and WIP.
Repo: https://github.com/MangoButtermilch/U...
#unity3d #madewithunity #gamedev