Placeholder-Software / Dissonance

Unity Voice Chat Asset
69 stars 5 forks source link

Unity 2019.4 + Dissonance 9.0.4 Old .Net Constructions Support Patch #285

Closed DevsDaddy closed 3 months ago

DevsDaddy commented 3 months ago

**Dissonance 9.0.4 Doesn't support Unity 2019.4.** This version of Dissonance utilizes new .Net functionality not available in Unity 2019.4..

Example of not supported code in Unity 2019.4

equality ??= EqualityComparer<T>.Default;

Attached is a patch to fix all unsupported .Net constructions: 0001-Dissonance-Unity-2019-Support.patch

martindevans commented 3 months ago

Not supporting 2019.4 is a deliberate choice - Dissonance only supports the versions of Unity which are supported by Unity themselves. Per this page, that's currently 2021.3:

Unity 2021.3 is now the legacy LTS. It will be updated monthly until it reaches the end of its support cycle in mid-2024.

Thank you for the patch though. If anyone else asks about porting Dissonance back to 2019.4 I can direct them here.