Export Prefabs at runtime

Hey, I just wanted to ask if it is possible to export a prefab at runtime by script. There is no asset folder in a built game so i cant copy it from there.

How you mean export you can Instantiate into the scene but not export as i know?

I don’t think exporting a prefab is possible. It doesn’t make sense by the way since a prefab is meant to keep its values.

However, you can manage models and textures through the Resources folder and export data using Serialization for example. Take a look here for a simple example I made.