ES3 Types - Textmesh Pro Input Fields

Discussion and help for Easy Save 3
Post Reply
kellyray
Posts: 3
Joined: Tue Apr 19, 2016 2:39 am

ES3 Types - Textmesh Pro Input Fields

Post by kellyray »

Evening!

I'm hoping to create a ES3 type for Textmesh pro Input fields. Can you help me understand what this message is telling me?

Image
User avatar
Joel
Moodkie Staff
Posts: 4848
Joined: Wed Nov 07, 2012 10:32 pm

Re: ES3 Types - Textmesh Pro Input Fields

Post by Joel »

Hi there,

This means that the type cannot be serialised at runtime because it only has a constructor which requires parameters.

Assuming you can't add a parameterless constructor yourself, you will need to save and load the variables of the class individually. I.e. using an ES3.Save call for each of it's fields, rather than saving the class as a whole.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply