Export Entity
Last updated
Was this helpful?
Last updated
Was this helpful?
Screens and Entities can be exported through the FlatRedBall Editor to be imported later. For importing, see the Importing Entity page.
Once you have a Screen/Entity that you are ready to export, you can:
Right-click on the Screen/Entity and select Export Screen or Export Entity
Navigate to the folder where you would like to save the exported element and click OK
An Explorer window appears showing you your exported file
Exported Screens and Entities create .scrz (Screen zip) or .entz (Entity zip) files, respectively. These files are standard zip files which can be unzipped with any unzipper. Exported Screens and Entities contain the following:
An XML file containing the information set in Glue
A C# code file containing custom code
All referenced files (such as .pngs) and any files that the referenced files include, recursively