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

Version update #1

Open
RevoluPowered opened this issue Feb 5, 2018 · 4 comments
Open

Version update #1

RevoluPowered opened this issue Feb 5, 2018 · 4 comments

Comments

@RevoluPowered
Copy link

Hello,

I just tested out your tool but it doesn't work with the latest version of Unity.

Can you please look into upgrading it for the latest Unity?

@Bablakeluke
Copy link
Contributor

Bablakeluke commented Feb 5, 2018

Hey there,

Currently the latest version is over in another repo - that's actively tested in 2017 but not the 2018 beta just yet and 2018 too. We're in the process of making a CI/CD pipeline so every commit ends up being built as a unity package so once that's ready we'll finish off the move over to GitHub. As PowerUI is made from a bunch of submodules it can be a bit fiddley to pull them, so check out the guide over on the wiki: https://powerui.kulestar.com/wiki/index.php?title=Source_Control_(GIT)

@RevoluPowered
Copy link
Author

RevoluPowered commented Feb 5, 2018

I will grab the copy from there and give it a test, thank you for your assistance, you might want to leave this open for anyone else who is looking for your repository as the asset store linked me here.

On a side note:
Ah, have you checked out git subtree's they're a much easier alternative to submodules and much less painful? I only found them the other day, when looking for a better alternative for one of my projects.

Might save people having to do recursive clones :)

Reference:
They're implemented in git, and much easier to use than sub-modules.

https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree

@Bablakeluke
Copy link
Contributor

No problem! Personally I'm a fan of git subtrees but PowerUI's dependency graph unfortunately isn't all that compatible with it. There's quite a few cycles as many of the modules depend on each other, as well as most modules also being used directly in other projects. We ended up landing on submodules as the only workable route, however though this is very much an ongoing discussion! The Github repo's are setup differently to the mainline repo as we were trying to experiment with other approaches.

@foxnoodles
Copy link

We Can't download from there?

profK pushed a commit to profK/powerui that referenced this issue Mar 19, 2020
…ext incorrect array length issue; Fixed an occasional uv size exception; caret no longer shows up in sometimes random locations (fixes issue Kulestar#1)
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

3 participants