How to save and load spline point info

I got it somewhat working but seems off. Is there a way to copy all the point data? location, tangents in out, rotation, up, rotation, all at once?

Here is what I have now… lots of copying into lots of arrays, and still not right.

Saving:

Loading:

You can use ‘get transform at spline point’ to catch all of it, apart from tangents.

Splines use those structs to hold data:

Add them to an array and save that.

2 Likes

Ah, even better, an array of spline points… :rofl:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.