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

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

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
```