UnityPackage Error with NMecab

Asked 1 years ago, Updated 1 years ago, 53 views

There was no problem with NMecab's part of speech on Unity's game screen, but if you run a file created by building it, you will get an error, perhaps because NMecab doesn't work well.
If there is any missing information, I will write additional information. Thank you.
Part of the error code.

TypeLoadException:Could not load type
'System.Configuration.ApplicationSettingsBase' from assembly' System.

unity3d

2022-09-30 17:50

1 Answers

This may be resolved by changing the Api Compatibility Level in Unity>File>BuildSettings>OtherSettings to .NET 2.0 instead of .NET 2.0 subsets.


2022-09-30 17:50

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.