forked from googlesamples/unity-jar-resolver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 2eb84f3
Use the jdkRootPath provided by Unity
Since 2019.3 version, Unity has changed embedded JDK path and provided UnityEditor.Android.AndroidExternalToolsSettings.jdkRootPath API (https://docs.unity3d.com/2019.3/Documentation/ScriptReference/Android.AndroidExternalToolsSettings-jdkRootPath.html).
Previous MR(googlesamples#325) wasn't enough to handle embedded JDK path, so I reverted it and changed codes to use Unity API.1 parent 8b7fb85 commit 2eb84f3
1 file changed
+6
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
61 | 65 |
| |
62 | 66 |
| |
63 | 67 |
| |
64 | 68 |
| |
65 | 69 |
| |
66 | 70 |
| |
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
72 | - | ||
73 | - | ||
71 | + | ||
74 | 72 |
| |
73 | + | ||
75 | 74 |
| |
76 | 75 |
| |
77 | 76 |
| |
|
0 commit comments