- Home /
build,Error Message error CS0246: BUILD SETTINGS - Roll a Ball Tutorial
,Error Message Assets/Scripts/CameraController.cs(5,33): error CS0246: The type or namespace name `MonoBehaviour' could not be found. Are you missing an assembly reference?
I receive this message for all scripts for this project Tutorial
I receive similar messages on any project.
INFO - Version 2017.2.0f3 Personal - Windows 10 Home Version 1703 - HP Omen Laptop 17
STEP TAKEN AND FAILED
Reinstalled Unity
Tried saving files in different locations ( desktop, C Drive/Program files/Unity/Projects, Public\Documents\ Unity Projects
Created test projects with simple scriptlink text
Answer by EmreB05 · Nov 22, 2017 at 10:00 PM
Your laptop has nothing to do with this. Check that if you have using UnityEngine; at the very top of your code.
Answer by Harmienta · Nov 22, 2017 at 10:34 PM
Thanks, @EmreB05 but still not working. I also received this error messages: Build completed with a result of 'Failed' UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
UnityEditor.BuildPlayerWindow+BuildMethodException: 9 errors at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x00207] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:172
Are you able to run your game on the editor without any issues? Also, are you using the latest version of unity?
Your answer
Follow this Question
Related Questions
Video Tutorial on Othello 2d? 0 Answers
Issues with C# script (using tutorial) 1 Answer
Error CS1502 help! 1 Answer
I am using the Lerpz 3d Platformer Tutorial and I can't find the fire-add material. 0 Answers
Developping for Android [Tutorials] 0 Answers
