Saving TextMeshPros

Discussion and help for Easy Save 3
Post Reply
PaulPaulson91
Posts: 4
Joined: Thu Mar 24, 2022 3:05 am

Saving TextMeshPros

Post by PaulPaulson91 »

I have a GameObject with a bunch of children and subchildren. The saving and loading works great, except for the TextMeshPro's inside of the children.

I followed the instructions on this page and noticed that Text Mesh Pro isn't on the natively supported type list. I saw the link the the side about using ES3 types but I am not sure how to implement that. https://docs.moodkie.com/easy-save-3/e ... s-prefabs/

I am attempting to do this via the ES3.Save and ES3.Load methods via script. Any suggestions on getting the TextMeshPro data to save and load with everything else? Converting to text instead of TextMeshPro might be able to work for my project, but wouldn't be ideal if Text mesh pro text is an option.

Thanks!
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Saving TextMeshPros

Post by Joel »

Hi there,

You can find information on creating the ES3Type in the Controlling Serialisation using ES3Types section here:

https://docs.moodkie.com/easy-save-3/es ... -is-saved/

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
PaulPaulson91
Posts: 4
Joined: Thu Mar 24, 2022 3:05 am

Re: Saving TextMeshPros

Post by PaulPaulson91 »

That fixed it, sorry for the dumb question! This project was super well done and has great documentation, thank you! I had to change a few of the properties to get things working, but all works great!
Post Reply