LogicalError / realtime-CSG-for-unity

Realtime-CSG, CSG level editor for Unity
https://realtimecsg.com
MIT License
783 stars 82 forks source link

Possible to save/load CSG model for further editing #224

Closed jmickle66666666 closed 6 years ago

jmickle66666666 commented 6 years ago

Is it possible to add a feature for saving the CSG model in a format to reload for editing later?

I would like to be able to save and reload different models without having to save the scene separately.

VergilUa commented 6 years ago

You mean like... prefabs?

You can just make it a hidden model, then create a prefab out of the object.

LogicalError commented 6 years ago

Yes, prefabs is the way to re-use parts of CSG scenes ... you could also use multi-scene editing perhaps, depending on your needs. Prefabs can be drag & dropped into the scene w/ realtime feedback

jmickle66666666 commented 6 years ago

Ah cool I'll do that, thank you both!