Links for Unity Developers (for absolute beginners)

この記事は約2分で読めます。
スポンサーリンク

Things I want to do

This is a collection of links to useful and necessary websites for developing with Unity.

(Updated regularly)

スポンサーリンク

link

Original

Unity ユーザーマニュアル 2021.3 (LTS) - Unity マニュアル
Unity エディターを使って、2D ゲーム、3D ゲーム、アプリケーションを作成し、体験しましょう。エディターは unity3d.com からダウンロードできます。

tutorial

A game where you roll a ball to collect items.

You can create a game without writing a single line of code.

Japanese.

Unity入門チュートリアル 「玉転がし」(Roll-a-Ball) ビジュアルスクリプティング版 - Unity Learn
Unityのチュートリアルでおなじみ「玉転がし(Roll-a-Ball)」をビジュアルスクリプティングを使って作ってみましょう。

API Reference

Official API reference. Partially in Japanese.

Commonly encountered classes (such as GameObject, Vector3, and MonoBehaviour) are generally located within UnityEngine.Classes.

Unity スクリプトリファレンス
スポンサーリンク

.gitignore

A management file used when managing creations with Git.

Creating this will prevent unnecessary files from being managed by Git (they will be excluded from being pushed).

When you first push to the repository, save the target file as a .gitignore file in the root directory.

gitignore/Unity.gitignore at main · github/gitignore
A collection of useful .gitignore templates. Contribute to github/gitignore development by creating an account on GitHub.

コメント

タイトルとURLをコピーしました