You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A personal CI solution for mobile game development.
Organization: Simple
Build machine: pmr-mini (Mac mini M4, ARM64)
Overview
Simple CI provides automated Unity project creation and build pipelines for iOS and Android mobile games. All workflows run on a self-hosted runner on pmr-mini.
Project Creation Workflows
Workflow
Description
unity-create-clean
Creates a fresh Unity 2022.3 LTS project from scratch
unity-create-template
Creates a project from a GitHub template repo
Input
Input
Example
Notes
project_name
Basic Game
Everything else is derived automatically
template_repo
punsalgames/unity-project-template
Template workflow only
Auto-derived values
Value
Example
How
Repo name
Basic-Game
Spaces → dashes
Bundle suffix
basicgame
Lowercase, no spaces
Bundle ID
com.punsal.basicgame
com.punsal. + suffix
What gets created
Every new project is born with:
✅ Unity project configured (bundle ID, product name, company name)