以下の内容はhttps://baba-s.hatenablog.com/entry/2025/03/02/105658より取得しました。


【Unity】Unity 6 で NativeHashSet<T>.GetEnumerator が使えなくなった

概要

/// <summary>
/// This method is not implemented. Use <see cref="GetEnumerator"/> instead.
/// </summary>
/// <returns>Throws NotImplementedException.</returns>
/// <exception cref="NotImplementedException">Method is not implemented.</exception>
IEnumerator<T> IEnumerable<T>.GetEnumerator()
{
    throw new NotImplementedException();
}

Unity 6 にアップデートしたら
NativeHashSet<T>.GetEnumerator の実装が上記のように変わっていた。




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

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