I got this build error when i built my game.
Assets\Scripts\Dialogue\DialogueModificationProcessor.cs(9,62): error CS0234: The type or namespace name ‘AssetModificationProcessor’ does not exist in the namespace ‘UnityEditor’ (are you missing an assembly reference?)
and
Assets\Scripts\Dialogue\DialogueModificationProcessor.cs(11,16): error CS0246: The type or namespace name ‘AssetMoveResult’ could not be found (are you missing a using directive or an assembly reference?)
It refers to this script :