I have an editor script that creates a shader buffer and a render texture, it passes them to a compute shader which does work on them.
Afterwards my buffer and render texture is filled with data, but i want to save this in my assets since they won’t change at run time, i just wanted to prebake the data.
Is it possible to save compute buffers and render textures as assets ? If so how do you do it ?