This Unity project can be used for local development of the fastlane-plugin-unity-exporter. Note that this project has two existing fastlane setups -- one for iOS and one for Android. These are not linked to an actual app in any store and are only used for development purposes. Find the fastlane setups in:
Note that this project expects the following hierarchy:
root
|-- fastlane-plugin-unity-exporter [0]
|-- unity-build-exporter [1]
|-- fastlane-plugin-unity-exporter-dev-project (this repository)
Local relative references to the fastlane-plugin-unity-exporter exist in:
Local relative references to unity-build-exporter exist in:
When making changes to fastlane-plugin-unity-exporter a new gem must be built. This new gem must then be re-installed by this project's fastlane setups. To test specific lane arguments adjust these Fastfiles:
Note that making changes to unity-build-exporter will automatically trigger a re-build as any change to a script would. No further steps are necessary to apply changes made to unity-build-exporter.
- build a new gem for fastlane-plugin-unity-exporter
- re-install the new gem
- start a lane
The shell scripts dev_fastlane_ios.sh or dev_fastlane_android.sh executes all these steps for you.