Merged
Conversation
added 4 commits
August 17, 2025 20:57
Limitations: Currently packages the plugin into a separate repository. Working on single-repository script
Closed
Contributor
Author
|
Unity itself doesn't allow post-installation scripts, so either we let the user manually move the StreamingAssets folder, or let an |
RyanSamii
approved these changes
Aug 18, 2025
Contributor
RyanSamii
left a comment
There was a problem hiding this comment.
Test installed the alpha branch. all looks good and works.
LGTM
RyanSamii
approved these changes
Aug 18, 2025
Contributor
RyanSamii
left a comment
There was a problem hiding this comment.
same just comments
LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This includes the implementation of a powershell script (
pack.ps1) which replicates the manual work done to generate the Nova package, and instead places it inside thePackages/com.gyoudnova.handrecognitionfolder. Closes #98This is useful because we do not have to rely on a single branch that has the package, and instead include the package within our development environment.
The current version of the script creates a new branch based on main, and then pushes the changes to that new branch. You can also ask it to create a tag for versioning.
How-to Run
No Tag
.\pack.ps1 -Version <num>Force a Branch Push (if the branch already exists)
.\pack.ps1 -Version <num> -ForceBranchTag the release
.\pack.ps1 -Version <num> -TagReleaseAll-in-one
.\pack.ps1 -Version <num> -ForceBranch -TagReleaseScreenshots
Command Usage
Package Installed
Here's a screenshot of the package being installed from a specific branch, and using the path.
