wave-harmonic / crest

A class-leading water system implemented in Unity
MIT License
3.46k stars 476 forks source link

Burstify queries #1143

Open daleeidd opened 8 months ago

daleeidd commented 8 months ago

Takes work from and replaces #1059

Based off master instead of experimental as few things changed to adopt this mainstream. Requires an opt-in via scripting symbol "CREST_BURST_QUERY" to avoid a breaking change.

skaughtx0r commented 4 months ago

Do these changes make it so the Query for water heights can be done in a Job?

daleeidd commented 4 months ago

Only Burst compiled. I have updated the branch to 4.20.1 if you would like to see if there is an improvement and give feedback.