/unity-BuiltIn-CommandBuffer-examples

Some examples and refs to built-in command buffer usage

Primary LanguageC#

Unity Built-In CommandBuffer Examples

Examples contain:

  • Basic Command Buffer flow implementation: construction / deconstruction
  • Mesh Drawer
  • PostProcessing

All scripts can be used independedntly. You can also notice, that all command buffer related scripts contain construction / deconstruction logic, this flow is recommended to achieve proper rendering without errors or dublication.

This is quite important to understand a general Built-In Render Pipeline Flow, considering your rendering path.

Unity docs about

Other examples

Also you can check these materials