Skip to main content
Version: SDK-5.11.2

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:

  1. Go to Assets > TheBackend > Plugins folder
  2. Change the file name of LitJson.dll to LitJSON.dll
  3. Build again