Added unity 6.0 support
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 16s

This commit is contained in:
2025-12-01 21:48:19 +09:00
parent 4507ebdccf
commit 54910a9663
3 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ namespace Misaki.HdrpToon
#if UNITY_6000_3_OR_NEWER
CoreUtils.DrawRendererList(ctx.cmd, ctx.renderContext.CreateRendererList(result));
#else
CoreUtils.DrawRendererList(ctx.renderContext, ctx.cmd, ctx.renderContext.CreateRendererList(result, ctx.hdCamera));
CoreUtils.DrawRendererList(ctx.renderContext, ctx.cmd, ctx.renderContext.CreateRendererList(result));
#endif
}
}