jp.keijiro.unity-custom-package-test
Version:
This is a small project for testing the custom package features of Unity Package Manager.
22 lines (21 loc) • 915 B
JSON
{
"name": "jp.keijiro.unity-custom-package-test",
"version": "1.0.10",
"displayName": "Custom Package Test",
"description": "This is a small project for testing the custom package features of Unity Package Manager.",
"unity": "6000.0",
"author": "Keijiro Takahashi",
"dependencies": {},
"changelogUrl": "https://github.com/keijiro/UnityCustomPackageTest/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/keijiro/UnityCustomPackageTest",
"licensesUrl": "https://github.com/keijiro/UnityCustomPackageTest/blob/master/LICENSE",
"license": "UNLICENSED",
"_upm": {
"changelog": "<b>Removed</b><br>- Legacy GitHub Actions release workflow<br>- Unused agent workflow and migration documents after cleanup"
},
"repository": {
"url": "git@github.com:keijiro/UnityCustomPackageTest.git",
"type": "git",
"revision": "f6a3b22389a35c54b5bbc15774227b41f013ddf4"
}
}