mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
Merge pull request #2382 from kaioduarte/patch-1
fix: add missing System namespace on Unity 6
This commit is contained in:
commit
7bd5447fd1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user