What does monoBehaviour in unity 3D software?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The base class from which any Unity script is derived is MonoBehaviour. It provides some functions for the life cycle that make it easier for you to build your app and game.
Yes, “MonoBehaviour” is the Base class from the every Unity script derives, must explicitly derived from “MonoBehaviour” in C#.
More information you can visit below link:https://docs.unity3d.com/MonoBehaviour.html