Automatic Recompilation
Before distributing your application to users, it needs to be built properly. To successfully build a C# Component System based project, it is necessary that all its components have been successfully compiled and initialized. You can make sure that everything is in order while working, because recompilation is performed automatically every time you save changes to the project source code. If your project code has no issues, you will see this message in the Editor.
If the Editor displays a red error message indicating that some of your components were not built, check the Console — the compiler will tell you in detail what is wrong and where.
Last update:
2024-04-19
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)