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;
PreviousThe type or namespace name 'AndroidJavaObject' could not be foundNextBuild Error: The name 'Asset Database' does not exist in the current context
Last updated