07-01-2019, 01:32 PM
Hello, I would like to know if it's possible to duplicate a CurvySpline by code please ?
Thank you
Thank you
Duplicate CurvySpline
|
07-01-2019, 01:32 PM
Hello, I would like to know if it's possible to duplicate a CurvySpline by code please ?
Thank you
07-01-2019, 04:55 PM
Hi,
A simple Code: Instantiate(yourSpline); In case you are not familiar with this method, it's a Unity method that duplicates a gameobject. If you want to have more control on the copying process, you can make some custom copying code that will look like this: Code: void Clone(CurvySpline spline)
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out. |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Duplicate Volume references become null | joebain | 5 | 33 |
11-18-2024, 10:46 AM Last Post: joebain |
|
Destroying curvyspline instances | jmh1804 | 5 | 10 |
09-18-2024, 07:52 AM Last Post: _Aka_ |
|
CurvySpline Optimize | Candy | 1 | 6 |
08-02-2024, 08:35 AM Last Post: _Aka_ |
|
I have a question about curvySpline | haifeng.huang | 12 | 33 |
07-14-2023, 09:34 AM Last Post: _Aka_ |