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