Merge pull request #2382 from kaioduarte/patch-1

fix: add missing System namespace on Unity 6
This commit is contained in:
ousttrue 2024-07-26 13:19:13 +09:00 committed by GitHub
commit 7bd5447fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ namespace VRM10.MToon10
}
#if UNITY_6000_0_OR_NEWER
[Obsolete]
[System.Obsolete]
#endif
public override void Execute(ScriptableRenderContext context, ref RenderingData renderingData)
{
@ -61,4 +61,4 @@ namespace VRM10.MToon10
}
}
}
#endif
#endif