Skip to content

Conversation

@StephenHodgson
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings July 27, 2025 16:37
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR transforms a GitHub Actions TypeScript template into a Unity project creation action. The action creates new Unity projects using predefined template packages through a composite action approach.

  • Replaces TypeScript-based action with a composite shell script action
  • Adds Unity template discovery and project creation functionality
  • Updates documentation and metadata to reflect the new Unity-focused purpose

Reviewed Changes

Copilot reviewed 6 out of 9 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/index.ts Removes TypeScript action implementation
package.json Removes Node.js dependencies and build configuration
get-unity-template.sh Adds shell script for Unity template discovery and path resolution
action.yml Transforms from Node.js action to composite action with Unity project creation steps
README.md Updates documentation for Unity project creation usage
.github/workflows/validate.yml Removes validation workflow

@StephenHodgson StephenHodgson merged commit ef8814b into main Jul 27, 2025
2 checks passed
@StephenHodgson StephenHodgson deleted the development branch July 27, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants