fix: add missing System namespace on Unity 6

This commit is contained in:
Kaio Duarte 2024-07-25 17:26:48 +01:00 committed by GitHub
parent bad27a53b8
commit f37cba6215
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