Error Building PC Game
Hello, i have someone errors when i try build game for PC, Linux Mac,etc.
That is the error:

Line1: Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_DigitValidator.cs(12,39): error CS0012: The type UnityEngine.ScriptableObject' is defined in an assembly that is not referenced. Consider adding a reference to assembly UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Line2: Assets/Scripts/Game/Player.cs(13,12): error CS0012: The type UnityEngine.MonoBehaviour' is defined in an assembly that is not referenced. Consider adding a reference to assembly UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Line3: Error building Player because scripts had compiler errors
Line4: Build completed with a result of 'Failed' UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Line5: UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0021f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:182 at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00065] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:89 UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Your answer
Follow this Question
Related Questions
smooth Movement script for Player prefab in Steam VR using Oculus Rift touch controllers? 1 Answer
Triggering Video Player with OSC (UniOSC and QLab),Trigger Video Player with OSC (UniOSC and QLab) 1 Answer
load scene after video ended 2 Answers
Enemy AI: Player attacke when in FOV 0 Answers
Particles for player object? 0 Answers