[過去ログ] 【ゲームエンジン】Unityなんでも質問スレpart3 (1002レス)
上下前次1-新
このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
961: 2021/04/19(月)03:21 ID:9UmQ5f3w(2/3) AAS
public class NewBehaviourScript : MonoBehaviour
{
[SerializeField]
private Text dataText;
[SerializeField]
private TextAsset textAsset;
private string loadText2;
private string[] splitText2;
private int textNum2;//
// Start is called before the first frame update
void Start()
{
loadText2 = (Resources.Load("Test", typeof(TextAsset)) as TextAsset).text;
splitText2 = loadText2.Split(new string[] { "@br", "キ" }, System.StringSplitOptions.None);
textNum2 = 0;
dataText.text = "";
Debug.Log("現在の文章は" + splitText2[1] + "です");
}
上下前次1-新書関写板覧索設栞歴
あと 41 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル
ぬこの手 ぬこTOP 0.009s