02-16-2020, 07:46 PM
Hi,
When Auto Refresh is not set, the generator has a minor overhead because the Update function gets called anyways, but that function does vurtually nothing in this case. So it should not be an issue.
Having 5 extrusions in one Generator is slightly better than 1 extrusion per generator, but what makes generators slow lays elsewhere: it's the generation of the mesh data itself.
Read this page if not done already, it might help
https://curvyeditor.com/documentation/ge...erformance
In general, I would advise you to profile the editor to see what takes time. See the Unity profiler documentation to learn more about this.
If after trying all of this you can't enhance the performance, you could send me your scene and I might figure out something that can be improved further
Have a nice day
When Auto Refresh is not set, the generator has a minor overhead because the Update function gets called anyways, but that function does vurtually nothing in this case. So it should not be an issue.
Having 5 extrusions in one Generator is slightly better than 1 extrusion per generator, but what makes generators slow lays elsewhere: it's the generation of the mesh data itself.
Read this page if not done already, it might help
https://curvyeditor.com/documentation/ge...erformance
In general, I would advise you to profile the editor to see what takes time. See the Unity profiler documentation to learn more about this.
If after trying all of this you can't enhance the performance, you could send me your scene and I might figure out something that can be improved further
Have a nice day
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Please consider leaving a review for Curvy, this helps immensely. Thank you.

