Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.2 KB

Unity To RebelFork

Is it legal?

Here is something you should read or watch on YouTube before proceeding: using-asset-store-assets-in-other-engines-is-it-legal

Dependencies

The project has LightInject as a embedded dependency.

Installation

The main exporter package name is io.rebelfork.unityexporter. You can find it in Releases section of this github project.

Use Package Manger to add this package to your Unity project.

Setup

First you need to create ExportSettings in the assets of your project. This asset going to hold all export settings for the project.

Create export settings

When selecting the asset you'll see the following in the Inspector window:

Export settings

Path defines path to the Data folder of your project. You can use "Pick folder" button to select it from popup dialog window. "Open folder" will reveal the folder in Explorer/Finder.

"Export current scene" button starts the export of the current scene and all related assets into target folder.