Skip to content

Commit

Permalink
More documentation on how to use the exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Oct 11, 2023
1 parent 9c76e1b commit 9805e1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file added Documentation~/Images/CreateExportSettings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation~/Images/ExportSettings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Documentation~/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@ The project has Zenject as a dependency. To find out how to install Zenject you

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

Use [Package Manger](https://docs.unity3d.com/Manual/upm-ui.html) 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](Images/CreateExportSettings.jpg)

When selecting the asset you'll see the following in the Inspector window:
![Export settings](Images/ExportSettings.jpg)

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.

0 comments on commit 9805e1c

Please sign in to comment.