Page 1 of 2

Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Thu Sep 17, 2020 11:29 pm
by Interkarma
Upcoming 0.10.26 builds will be considered a Preview again due to the large number of changes around Localization system. The majority of in-game text is now handled by internal text databases supporting translations, rather than read directly from game files or hardcoded into executable.

At this time, I will also uptick the baseline engine version from Unity 2019.4.2f1 to Unity 2019.4.10f1 for editor and builds. Unlike the last major engine upgrade, this is only a point release upgrade to get any engine bug fixes since 2019.4.2.

No code changes to DFU are required. Mods built under 2019.4.2 might still need a refresh once DFU 0.10.26 builds are available.

The remainder of DFU 0.10.x lifecycle will now be to wrap up localization and few remaining items on roadmap so that we can officially enter Beta by end of this year.

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sat Sep 19, 2020 8:48 pm
by Hazelnut
For what it's worth I upgraded and tried this out tonight. Seemed nice and smooth but that could be just subjective. All my mods appear to be working fine.

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sun Sep 20, 2020 8:28 am
by Ralzar
For anyone wondering how to do this, it's quite a lot easier than last time.

Just start Unity Hub.

Click "Installs" on the left.

Click "ADD" in the right.


And you get this window where 2019.4.10f1 LTS is one of the options.
UnityInstalls.PNG
UnityInstalls.PNG (83.43 KiB) Viewed 1795 times

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sun Sep 20, 2020 9:28 am
by King of Worms
Thanks Ralzar, what about the builds, which to select so I can export to Mac, Linux and Windows?
Untitled-2.jpg
Untitled-2.jpg (71.55 KiB) Viewed 1788 times

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sun Sep 20, 2020 10:00 am
by Ralzar
These days I just build for windows. Apparently, except for some fringe cases, the windows build works for all three.

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sun Sep 20, 2020 10:05 am
by pango
I'm using Unity Editor under Linux, so my situation is not exactly the same, but kinda symetric; I think those are the right components to add to the installation for cross-building.

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sun Sep 20, 2020 10:48 am
by King of Worms
Thanks Ralzar & Pango.

For windows build, it is "Universal windows platform build support" or "Windows Build Support (IL2CPP)" ?
Im kinda low on space on my SSD so... thanks ;)

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sun Sep 20, 2020 1:10 pm
by Ralzar
WhenI installed it had already selected a Windows version, so I just went with that. Can’t remember which now :D

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sun Sep 20, 2020 1:21 pm
by Hazelnut
The best bit for me is the "Script Changes While Playing" setting and the "Recompile after Finished Playing" option!! No more accidentally saving code changes and messing up the running test state of the editor. May have been in .4.2f1 but I didn't notice it.

Re: Upgrading To Unity 2019.4.10f1 LTS Baseline

Posted: Sun Sep 20, 2020 1:27 pm
by pango
King of Worms wrote: Sun Sep 20, 2020 10:48 am For windows build, it is "Universal windows platform build support" or "Windows Build Support (IL2CPP)" ?
Im kinda low on space on my SSD so... thanks ;)
"Neither of them is required. Windows build support comes with Unity automatically if you're on Windows. You only need Windows Build Support (IL2CPP) if you wish to use the IL2CPP scripting backend, and you only need Universal Windows Platform if you wish to sell your project on the Windows Store. "
source