Strings in Dots

Strings and char types are not blittable so we can’t using in IComponentData. Has Unity solved the problem of allowing strings to be used in IComponentData or provided an alternative solution (aside from using MonoBehaviour)?

NativeString64 can be used inside IComponentData

1 Like
1 Like