https://github.com/sschmid/bee-unity
Useful functions for Unity development - https://github.com/sschmid/bee
https://github.com/sschmid/bee-unity
bash batchmode bee plugin unity
Last synced: over 1 year ago
JSON representation
Useful functions for Unity development - https://github.com/sschmid/bee
- Host: GitHub
- URL: https://github.com/sschmid/bee-unity
- Owner: sschmid
- License: mit
- Created: 2021-02-04T23:12:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T19:44:33.000Z (over 4 years ago)
- Last Synced: 2025-02-28T16:17:39.199Z (over 1 year ago)
- Topics: bash, batchmode, bee, plugin, unity
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# unity
Useful functions for Unity development
https://github.com/sschmid/bee-unity
```
template:
UNITY_PROJECT_PATH=. # default
UNITY="/Applications/Unity/Hub/Editor/2021.2.7f1/Unity.app/Contents/MacOS/Unity"
secrets:
UNITY_SERIAL
UNITY_USER
UNITY_PASSWORD
usage:
batchmode [] open Unity in batchmode and quit
execute_method [] open Unity in batchmode, execute the specified method and quit
e.g. bee unity execute_method Build
sync_solution [] open Unity in batchmode, sync C# project and quit
requirements:
Unity https://unity3d.com
```