Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unity Package System Suggestion #20

Closed
ricardobusta opened this issue Feb 9, 2020 · 3 comments
Closed

Unity Package System Suggestion #20

ricardobusta opened this issue Feb 9, 2020 · 3 comments

Comments

@ricardobusta
Copy link

Hi.

I would like to suggest creating a branch where the project is set up as a Unity Package Manager. (e.g. upm)
It makes the project a lot easier to install since unity 2018.

As a suggestion, check how the Naughty Attributes Package did it some days ago:
https://github.com/dbrizov/NaughtyAttributes

Meanwhile, I forked the repo and changed a bit in order for it to work with the new package system:
https://github.com/RicardoBusta/UnityIngameDebugConsole
The directory structure is a bit messy, but was just to validate the idea. And it works great!

PS: Thanks for this awesome add-on!

@yasirkula
Copy link
Owner

Thank you for the suggestion and the example fork, it is indeed neatly organized with .Source directory and etc. I'm currently not planning to change the layout of my repositories or maintain a separate fork, it is not a big task but I guess I'm lazy. Package Manager in Unity 2019.3 and later allows importing Asset Store packages, I think it will suffice for now.

@ricardobusta
Copy link
Author

Thanks!

It seems someone already published it on OpenUPM:
https://openupm.com/packages/com.yasirkula.ingame-debug-console/

@yasirkula
Copy link
Owner

Added Package Manager support with the latest release: b9a5508

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

No branches or pull requests

2 participants