You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A blob asset is an immutable data structure stored in unmanaged memory which can contain blittable data, as well as structs and arrays (of blittable data), and can also contain strings in the form of BlobString. Since blob assets can be stored in binary format, they can be deserialized much more quickly than OOP assets such as ScriptableObjects
The text was updated successfully, but these errors were encountered:
https://docs.unity3d.com/Packages/[email protected]/api/Unity.Entities.BlobBuilder.html
The text was updated successfully, but these errors were encountered: