-
Notifications
You must be signed in to change notification settings - Fork 22
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
Linux : Install editor from "Editor Version", and maybe an update notification #43
Comments
New editor versions can be installed from the Editor tab. |
The Linux version currently doesn't support installing Editor versions, sorry. You're welcome to make a PR. |
I don't know C++, but i can't totaly help for the linux part ;-) |
i know some C#, can help, maybe |
So, i have time and i'm motivated to add this feature. I get an eye to the code and it's hard to me to understand the structure and what i need to modify. Can we work together to do that feature ? |
This line of code disables the "Install New" button on Linux. Removing the linux check will re-enable the button: UnityHubNative/source/interface_derived.cpp Lines 95 to 97 in 61160ca
The code for the Install New dialog and associated functionality lives in add_install_dlg_derived.cpp. The Install Via (Official) Hub button might work out-of-the-box, but I haven't tested it as I don't currently have a machine running Linux. Beyond that, installing outside the official hub will require some additional effort. You'll likely need to add a new case to this section of code: UnityHubNative/source/add_install_dlg_derived.cpp Lines 174 to 183 in 61160ca
as well as this section of code to launch their installer: UnityHubNative/source/add_install_dlg_derived.cpp Lines 206 to 212 in 61160ca
|
Thanks i will see for that |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
A way to install editor, and if one is, an icon or something to advert there is an update
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: