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
- Host: GitHub
- URL: https://github.com/playables/net.playables.buildtools-fastlane
- Owner: Playables
- Created: 2022-04-11T15:39:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T09:04:59.000Z (12 months ago)
- Last Synced: 2025-07-03T10:23:34.275Z (12 months ago)
- Topics: build-tool, fastlane, itchio, steam, unity
- Language: Ruby
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```