How to mark mesh asset as "Read only"?

Hi. In Unity, FBX asset (.fbx) can be marked as “read only” asset, which is uploaded to GPU and clear its CPU-side memory. But how about raw Mesh asset (.asset)? if I use or reference Mesh asset directly, how to mark it as read only mesh?

Thanks.

1 Like

Thanks! It is what I want exactly.