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
Notably, blob assets are a wild beast; however, I noticed that when trying to make a Polymorphic struct with a BlobString field, the [MayOnlyLiveInBlobStorage] attribute tripped up on it which makes sense, but I was curious if there were any recommended solutions to this.
To be more clear, I'd like to be able to use BlobStrings in a polymorphic struct.
The text was updated successfully, but these errors were encountered:
Notably, blob assets are a wild beast; however, I noticed that when trying to make a Polymorphic struct with a BlobString field, the
[MayOnlyLiveInBlobStorage]
attribute tripped up on it which makes sense, but I was curious if there were any recommended solutions to this.To be more clear, I'd like to be able to use
BlobStrings
in a polymorphic struct.The text was updated successfully, but these errors were encountered: