以下の内容はhttps://baba-s.hatenablog.com/entry/2020/11/20/080200より取得しました。


【Unity】iOS で SystemInfo.deviceUniqueIdentifier と iOS.Device.vendorIdentifier で取得できる文字列は同じ

概要

using UnityEngine;
using UnityEngine.iOS;

public class Example : MonoBehaviour
{
    private void Awake()
    {
        // 同じ
        Debug.Log( SystemInfo.deviceUniqueIdentifier );
        Debug.Log( Device.vendorIdentifier );
    }
}



以上の内容はhttps://baba-s.hatenablog.com/entry/2020/11/20/080200より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14