このページを含むバージョン:
このページを含まないバージョン:
.txt ファイルのテキスト(読み取り専用)
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { public TextAsset asset; void Start() { print(asset.text); } }