You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Unity >2019 ships with bundled android sdk, android ndk and java jdk components. These components are still optional but to find the correct version for each unity version is hard.
As an example Unity 2019 needs android ndk r16b and Unity 2019.3 needs r19.
We should make sure to also install these components.
There is ongoing work in https://github.com/Larusso/unity-version-manager to support a better installation routine by providing a list of module ids. These ids are not listable at the moment so this is a blocker.
The unity modules.json marks these support modules with a parent and sync key. The value for parent android which is the module id for the android build support component. All other modules have a common sync key. It should be possible to fetch a list of all modules based on parent, sync keys.
Description
Unity >2019 ships with bundled android sdk, android ndk and java jdk components. These components are still optional but to find the correct version for each unity version is hard.
As an example Unity 2019 needs android ndk
r16b
and Unity 2019.3 needsr19
.We should make sure to also install these components.
There is ongoing work in https://github.com/Larusso/unity-version-manager to support a better installation routine by providing a list of module ids. These ids are not listable at the moment so this is a blocker.
The unity
modules.json
marks these support modules with aparent
andsync
key. The value for parentandroid
which is the module id for the android build support component. All other modules have a commonsync
key. It should be possible to fetch a list of all modules based onparent
,sync
keys.excerpt modules.json
This should be generic for other platforms as well.
The text was updated successfully, but these errors were encountered: