|
81 | 81 | UNITY_SETTINGS = { |
82 | 82 | "2020": { |
83 | 83 | _WINDOWS: { |
84 | | - "version": "2020.3.22f1", |
| 84 | + "version": "2020.3.34f1", |
85 | 85 | "packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": None, "macOS": ["Mac-mono"], "Linux": ["Linux-mono"]}, |
86 | 86 | "ndk": "https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip" |
87 | 87 | }, |
88 | 88 | _MACOS: { |
89 | | - "version": "2020.3.22f1", |
| 89 | + "version": "2020.3.34f1", |
90 | 90 | "packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": ["Windows-mono"], "macOS": None, "Linux": ["Linux-mono"]}, |
91 | 91 | "ndk": "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip" |
92 | 92 | }, |
|
97 | 97 | }, |
98 | 98 | "2019": { |
99 | 99 | _WINDOWS: { |
100 | | - "version": "2019.4.32f1", |
| 100 | + "version": "2019.4.39f1", |
101 | 101 | "packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": None, "macOS": ["Mac-mono"], "Linux": ["Linux-mono"]}, |
102 | 102 | "ndk": "https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip" |
103 | 103 | }, |
104 | 104 | _MACOS: { |
105 | | - "version": "2019.4.32f1", |
| 105 | + "version": "2019.4.39f1", |
106 | 106 | "packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": ["Windows-mono"], "macOS": None, "Linux": ["Linux-mono"]}, |
107 | 107 | "ndk": "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip" |
108 | 108 | }, |
|
0 commit comments