- Home /
Problem with attaching scripts to objects
I have been having a problem with attaching scripts to objects ever since I updated unity. It will always sat that my script needs to derive from MonoBehaviour, even though it does. I have even created a new script, without doing any editing to it, and it says its not Monobehaviour. When I add the script to an object in by adding it as a component, It says "Source File 'Assets/Scripts/NewBehaviourScript.cs' could not be found". Please help :c
Answer by tormentoarmagedoom · Jun 19, 2018 at 09:53 AM
You should uninstall Unity and your scripting program, and intall them again.
Your answer
Follow this Question
Related Questions
No Monobehaviour scripts in files 1 Answer
C# damage script help 1 Answer
Distribute terrain in zones 3 Answers
SceneLoading and Coroutines 0 Answers
Infinite While Loop 0 Answers