- Home /
Question by
Lo_Mein_Gang · Jan 30, 2019 at 05:30 PM ·
error messagemonobehaviourtutorials
"Cant't add Script behavior CallbackExecutor. The script needs to derive from Monobehavior" Tutorial
I am currently trying to make my way through the "Tanks" tutorial listed on the Unity site. However, when I get to the first scripting part and you need to drop the TankMovement onto the tank I am getting "Can't add Script behavior CallbackExecutor. The script needs to derive from Monobehavior" error. I have read other post and all they seem to do is change the name of the file and class to be the same, but mine was already the same.
Comment