Ragdollウィザード
Scripting Overview

スクリプト

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

スクリプトは全てのゲームで必要不可欠なものです。最も簡単なゲームであればスクリプトはプレイヤーからの入力を受け取り,必要とするゲームのイベントを発行します。それを超えると,スクリプトはグラフィカルなエフェクトを作成するのに使用したり,物理的なオブジェクトの動作をコントロールしたり,ゲーム内のキャラクターのAIシステムを構築するために使用することができます。

スクリプトは学ぶために多くの時間と労力がかかります。このセクションの目的は0からスクリプトコードの書き方について教えるものではなく,Unityでのスクリプトに適用される主なコンセプトを説明します。

Ragdollウィザード
Scripting Overview