Posts: 14
Threads: 6
Joined: Jun 2020
I have created a spline shape extrusion based generator.
It has a specific mesh and settings along with spline path and input shape.
I want to be able to reuse this as a prefab, create instances and edit certain settings like spline path/connections across levels. how can I go about doing this?
Posts: 2,114
Threads: 92
Joined: Jun 2017
Hi
You can save your generator as a prefab. You will probably want to keep the input spline (the spline, not the module) excluded from the prefab (prefabs do work with splines that are not in their hierarchy). The generated mesh will automatically be removed from the prefab, since their is no point in saving it (it will be replaced when you will set a new input spline)
Did this help?
Have a nice day
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Posts: 2,114
Threads: 92
Joined: Jun 2017
Also, generators have a template feature that allows you to easily reuse custom generator templates: https://curvyeditor.com/documentation/generator/templates
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Posts: 14
Threads: 6
Joined: Jun 2020