Search found 1 match

by Besticle
Wed Mar 02, 2022 11:44 am
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 104471

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi there! I'm using dictionaries with FixedString32Bytes types (Unity.Collections.FixedString32Bytes). Is it possible to make a custom ES3Type, which handles FixedStrings as regular strings when saving? In ES3Type i'm using the "writer.Write(instance.ToString());" command, which technicall...