LitJSON
If LitJSON warning message is displayed after Unity build
After building Unity, you may encounter the following warning: Assembly 'LitJSON' has non matching file name: 'LitJson.dll'. This can cause build issues on some platforms. If so, you can solve the problem by carrying out the instructions below:
- Go to Assets > TheBackend > Plugins folder
- Change the file name of LitJson.dll to LitJSON.dll
- Build again