Version: 2019.4
public string text ;

説明

.txt ファイルのテキスト(読み取り専用)

using UnityEngine;

public class Example : MonoBehaviour { TextAsset asset;

void Start() { print(asset.text); } }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.