I think the issue I’m having is that I’m not using the construction script to regenerate the spline mesh as its happening at runtime, therefor I’m having to remove all elements and rebuild them each frame. A solution I had was to set the rebuild event on a timer of say .1 so it doesn’t bog the engine too much, but it still has a large impact if you’re constantly clearing arrays!
1 Like