Hello everyone,
I’m using Unity2019.3.3f1.
We have incorporated I18N.dll and I18N.JCK.dll into our project to read the Japanese SJIS text.
In Unity2019.2 I used the files in the Editor/Data/Mono/lib/mono/2.0 folder, and since 2019.3 it seems that the Data/Mono folder is no longer installed.
If you use a file under Data/MonoBleedingEdge/lib/mono instead, it will fail to load.
The version of the dll in Mono/lib/mono/2.0 is 2.0.0 and MonoBleeding/lib/mono/2.0-api seems to fail because it is 4.0.0.
Is the Mono folder no longer offered?
And which I18N.dll and I18N.CJK.dll should I import in the future?