Posted on

Fix Script Class Cannot be Found in Unity

In this video we will be showing you how to fix the error message of scripting class cannot be found. This whole error message reads, “Can’t add script component “ScriptName” because the script class cannot be found. Make sure that there are no compile errors and that the file name and class name match.” If you are getting this error, make sure you watch this video to find the solution to this problem. By following this tutorial you will know why you are receiving this error and you know how to fix this problem. If you have any other questions about Unity, C#, or errors you are receiving make sure you tell us in the comments.

Posted on

Why are My UI Buttons Not Working in Unity?

This is an updated video of our last one where we explained why you might be having trouble with your UI components. If you ever find that your UI buttons or sliders are not working you might have this problem and here is how you fix it. The problem occurs when you don’t have an event system game object in your scene. All you have to do to fix it is to create a new event system game object.

Posted on

Why Are My Unity Ads Not Working? – Advertisement does not exist

Download SnakeCubed here
Android: https://play.google.com/store/apps/details?id=com.InfoGamer.SnakeCubed
iOS: https://itunes.apple.com/us/app/snake-3/id1408921148?ls=1&mt=8

Platform dependent compilation: https://docs.unity3d.com/Manual/PlatformDependentCompilation.html

Do you have an error that says The name “Advertisement” does not exist in the current context? if so this video should help you solve the problem. This is an error that you can receive while trying to implement Unity ads into your Unity project. This error can occur if you do not have the correct build platform selected or if you have not enabled Unity ads service within your project. If the error persists then it is probably due to some improper file configurations with the library fold. if this is the case then save your project can close Unity then navigate to the file location of your project and delete the library folder. Finally, reopen your Unity project. Unity will recreate the library folder and refresh your project. after following these steps your Unity ads should be fixed and you should not be receiving any more errors with the console window.