Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coryleach/unitypackages
Package for creating Unity packages in GitHub! Just like this one!
https://github.com/coryleach/unitypackages
github package package-manager packages tool unity unity3d utility
Last synced: 9 days ago
JSON representation
Package for creating Unity packages in GitHub! Just like this one!
- Host: GitHub
- URL: https://github.com/coryleach/unitypackages
- Owner: coryleach
- License: mit
- Created: 2019-08-23T20:41:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T21:00:05.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:15:01.885Z (26 days ago)
- Topics: github, package, package-manager, packages, tool, unity, unity3d, utility
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Gameframe.Packages 👋
Package for creating Unity packages just like this one!
## Quick Package Install
#### Using UnityPackageManager (for Unity 2019.3 or later)
Open the package manager window (menu: Window > Package Manager)
Select "Add package from git URL...", fill in the pop-up with the following link:
https://github.com/coryleach/UnityPackages.git#1.0.2#### Using UnityPackageManager (for Unity 2019.1 or later)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.gameframe.packages": "https://github.com/coryleach/UnityPackages.git#1.0.2",
...
},
}
```## Usage
Open the window using the gameframe menu.
Gameframe->Packages->Maintain
The maintain tab displays and allows you to edit package manifest details
It also has a button for updating the README file.Gameframe->Packages->Create
The create tab is used for creating new packages.
You can create packages either embeded in the Unity project or in the chosen source directory.Gameframe->Packages->Embed
The embed tap will scan the source directory for packages.
Clicking the 'embed' button on a package will create a softlink to the package in the project's Packages folder.## Author
👤 **Cory Leach**
* Twitter: [@coryleach](https://twitter.com/coryleach)
* Github: [@coryleach](https://github.com/coryleach)## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_