# Unity CI Secrets
# Copy this file to .env and fill in your Unity credentials
# Note: .env should be in .gitignore
# Your Unity license file content (for Personal licenses, get from manual activation)
UNITY_LICENSE=<?xml version="1.0" encoding="UTF-8"?><root>...</root>
# Your Unity account email
UNITY_EMAIL=your-email@example.com
# Your Unity account password
UNITY_PASSWORD=your-password