unity-package-template
unity-package-template copied to clipboard
Template repository for creating Unity game engine packages
See manifest.json at https://github.com/3d-group/unity-package-template/blob/main/Samples/ExampleUnityProject/Packages/manifest.json Currently tests work so that the package is imported via git url. This means main branch. Perhaps there is syntax to allow cloning from different branch...
> stderr: fatal: unable to access 'https://github.com/3d-group/{{REPOSITORY_NAME}}.git/': The requested URL returned error: 400 So tag {{REPOSITORY_NAME}} not replaced correctly - perhaps ignored in RUNME.sh ? 🤔 EDIT: also this >...