Unity25 Oct 2014[Unity] スクリプトのテンプレートを変更するUnity上でスクリプトを新規作成するとき、以下のようにあらかじめテンプレートが入力された状態で作成されます。 using UnityEngine; using System.Collections; public class NewBehaviourScript : MonoBehaviour { // Use th...ftvoid4151 PV