Two plugins are running in a project:
- Plugin Foo is a custom URP that does a lot of procedural geometry work via compute.
- Plugin Bar is a data pipeline plugin that forces a specific camera to render while the editor is out of application focus and outside of play mode. The results of that render are sent off to another app via native code.
Unity Editor will occassionally do one of the following when plugins Foo and Bar run together: