Consider supporting 2023.2.0f1
xiaohai-huang opened this issue · 1 comments
The following 2 places cause compiler errors in 2023.2.0f1
Use of unassigned local variable altFont
Library\PackageCache\com.reactunity.core@0.16.3\Runtime\Types\FontReference.cs(94,64): error CS0165: Use of unassigned local variable 'altFont'
core/Runtime/Types/FontReference.cs
Lines 86 to 95 in b991e2a
FontSource does not contain a definition for TmpFontAsset
Library\PackageCache\com.reactunity.core@0.16.3\Runtime\Frameworks\UGUI\Components\TextComponent.cs(46,32): error CS1061: 'FontSource' does not contain a definition for 'TmpFontAsset' and no accessible extension method 'TmpFontAsset' accepting a first argument of type 'FontSource' could be found (are you missing a using directive or an assembly reference?)
core/Runtime/Frameworks/UGUI/Components/TextComponent.cs
Lines 43 to 54 in b991e2a
Seems like com.unity.textmeshpro package does not exist after 2023.2 and is built-in to the Unity. This was causing problems when detecting if the package is installed or not.
Fixed in 0.16.4
One weird difference between Unity 2023.2 and before is, scrollDelta from scroll events now return 120 times less value than before. Everybody upgrading should be aware of this if they use scrollDelta.