The type or namaspace name 'Plastic' does not exist

Error Details:

The type or namaspace name 'Plastic' does not exist in the namespace 'Unity' (are you missing an assembly reference?)

Solution:

Find the following line in files:

using Unity.Plastic.Newtonsoft.Json;

and replace it with the following:

using Newtonsoft.Json;

Last updated