An open API service indexing awesome lists of open source software.

https://github.com/playables/net.playables.buildtools-fastlane

Fastlane Bild Tools & Configuration for Unity
https://github.com/playables/net.playables.buildtools-fastlane

build-tool fastlane itchio steam unity

Last synced: about 2 months ago
JSON representation

Fastlane Bild Tools & Configuration for Unity

Awesome Lists containing this project

README

          

# Build tools for Unity – Fastlane Setup

## Install
- Install fastlane (e.g. with homebrew)
- Install the Unity version required by your project through Unity Hub
- Install [Unity Build Tools](https://github.com/Playables/net.playables.buildtools) in your project
- For Steam upload, ```steamcmd``` must be installed (try homebrew)
- For itch.io upload, ```butler``` must be installed

## Configuration
- Create a file called ```.env``` in the ```fastlane``` folder, use ```.env.default``` as reference

## Run
```
$ fastlane
```