Text Table corrupted?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
NicoEsteban
Posts: 8
Joined: Fri Feb 09, 2018 10:42 am

Text Table corrupted?

Post by NicoEsteban »

I was filling my text table and when changing scenes I started to get this error:
Unity failed to read float at line 9245 of 'Assets/Scenes/Chapter 2 - Home/Home-MasterBedRoom.unity' due to type mismatch. This problem occurs when a member field in the script has changed and Unity is attempting to load data with the old format, or when the data is corrupt.
After that, my Text Table isnt recognized by the Text Table editor anymore. The icon of the TextTable is no longer doubleclickable. It tries to open it as a Windows file.

I lost my entire list of items. Any workaround other than starting all over again? Thanks a lot.
NicoEsteban
Posts: 8
Joined: Fri Feb 09, 2018 10:42 am

Re: Text Table corrupted?

Post by NicoEsteban »

Actually, now, when I create a new Text Table, I can edit it but once I close it, I can't edit it again and it looses the Icon. It's a white icon after editing.

I tried updating to latest Dialogue system but problem still remains.
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text Table corrupted?

Post by Tony Li »

Hi,

Does your project contain another script or class named TextTable?

What version of Unity are you using?

Are you using version control? If so, can you identify what change made this issue start to happen?
Post Reply