Search Unity

[Question] Times to use and not use AssetBlobs

Discussion in 'Entity Component System' started by Soaryn, Dec 17, 2019.

  1. Soaryn

    Soaryn

    Joined:
    Apr 17, 2015
    Posts:
    328
    As the title would suggest, I am curious as to what are the technical reasons to both use and not use an asset blob when working with immutable data. Note, this data is unknown until runtime, but once known it is unchanged.

    My current design for a system consuming messages from a webserver is to make an assetblob for the data packet that is being sent to store for future use.