How to Rename a Unity Project?

To change Unity project name: Change the unity project folder name (the parent folder of ‘Assets’ folder) Remove any file with .sln or .csproj suffixes under the project folder. (Unity will regenerate them) Does changing the project name change the game’s name (the name that appears on top left corner of the game window)? No! … Read more

What Language is Used To Develop Using Unity

All development is done using your choice of C#, Boo, or a dialect of JavaScript. C# needs no explanation 🙂 Boo is a CLI language with very similar syntax to Python; it is, however, statically typed and has a few other differences. It’s not “really” Python; it just looks similar. The version of JavaScript used … Read more

Awake() and Start()

Usually Awake() is used to initialize if certain values or script are dependent on each other and would cause errors if one of them is initialized too late (awake runs before the game starts). Awake is also called only once for every script instance. Let me quote the Documentation: […] Awake is called after all … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)