curl -sL https://gist.githubusercontent.com/mob-sakai/c6e1a5362bc6237cfc9caafaf02e1de4/raw/unity.sh >> ~/.zprofile
Run Unity (batch mode, in Unity project dir):
- with specified version:
unity-run <version> -- [args...]
- with ProjectVersion.txt:
unity-run [args...]
List available Unity versions (installed with UnityHub):
unity-list
Decompile Unity with specified version:
unity-decompile <version>