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
I am attempting to use fullserializer for my unity 4.6.3 project. However, I get the following errors when attempting to build. http://puu.sh/hpHKW/b277078a90.png
fsEnumConverter.cs(39,52) Type 'StringBuilder' does not contain a definition for 'Append'
fsEnumConverter.cs(41,32) Type 'StringBuilder' does not contain a definition for 'Append'
fsJsonParser.cs(251,85): Type 'StringBuilder' does not contain a constructor that takes '1' argument.
This appears to be due to Unity using an older equivalent version of .Net, one without the extra methods and constructors for StringBuilder class. I am wondering how you managed to work around this problem?
The text was updated successfully, but these errors were encountered:
I am attempting to use fullserializer for my unity 4.6.3 project. However, I get the following errors when attempting to build.
http://puu.sh/hpHKW/b277078a90.png
fsEnumConverter.cs(39,52) Type 'StringBuilder' does not contain a definition for 'Append'
fsEnumConverter.cs(41,32) Type 'StringBuilder' does not contain a definition for 'Append'
fsJsonParser.cs(251,85): Type 'StringBuilder' does not contain a constructor that takes '1' argument.
This appears to be due to Unity using an older equivalent version of .Net, one without the extra methods and constructors for StringBuilder class. I am wondering how you managed to work around this problem?
The text was updated successfully, but these errors were encountered: