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


【Unity】Inspector で参照が設定されていない NotNull なパラメータが存在したら Unity を再生できなくするエディタ拡張「UniNotNullChecker」を GitHub に公開しました

リポジトリ

使用例

using JetBrains.Annotations;
using UnityEngine;

public class Test : MonoBehaviour
{
    [NotNull] public GameObject m_gameObject;
    [NotNull] public Transform  m_transform;
}

2020-05-05_180919

Image (16)

設定

2020-05-08_205620

Preferences から設定を変更できます

項目 内容
Enabled 有効かどうか(デフォルトは OFF)
Log Format エラーログのフォーマット



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

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