The purpose
Here’s a collection of useful and necessary websites for Unity development.
(Updated periodically)
Link
Official

Unity ユーザーマニュアル 2022.3 (LTS) - Unity マニュアル
Unity エディターを使って、2D ゲーム、3D ゲーム、アプリケーションを作成し、体験しましょう。エディターは unity3d.com からダウンロードできます。
Tutorial
A game where you roll a ball to collect items. No coding required.

Unity入門チュートリアル 「玉転がし」(Roll-a-Ball) ビジュアルスクリプティング版 - Unity Learn
Unityのチュートリアルでおなじみ「玉転がし(Roll-a-Ball)」をビジュアルスクリプティングを使って作ってみましょう。
API Reference
Official API reference
Commonly used classes (like GameObject, Vector3, and MonoBehaviour) are mostly located within UnityEngine.Classes.
Unity スクリプトリファレンス
.gitignore
A management file for managing creations with Git.
Creating this prevents unnecessary files from being managed by Git (excluded from Push targets).
When pushing to the repository for the first time, save the file to the root directory with the name “.gitignore”.
gitignore/Unity.gitignore at main · github/gitignore
A collection of useful .gitignore templates. Contribute to github/gitignore development by creating an account on GitHub.
comment