[Solved]Text tables not working

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
roketronz
Posts: 18
Joined: Thu Jun 14, 2018 10:54 am

[Solved]Text tables not working

Post by roketronz »

Hi!

I found that when importing a CSV to the new Text Tables, at first it will look like it imported all the fields, but after closing the editor and re-open, the text table will be empty.

It does not happen when upgrading from the old text tables to the new ones.

It's happening both on 2017.2.1 with 2.0.0 and 2.0.1.

I created a new project and I still get this error. I couldn't find a rule, since occasionally would persist the text table between sessions (in my experience, 1 out of 10).

I thought that might be the content of a particular field in the csv, but I've been testing it all morning and didn't find anything.
Last edited by roketronz on Fri Jun 22, 2018 1:59 pm, edited 1 time in total.
User avatar
Tony Li
Posts: 22059
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text tables not working

Post by Tony Li »

Hi,

I'll investigate this right now and post back here soon.
User avatar
Tony Li
Posts: 22059
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text tables not working

Post by Tony Li »

I'll make a patch available soon. The import wasn't marking the asset dirty, so Unity didn't know to save changes to disk. I have one more issue to address (in the articy:draft importer), and then I'll run it through testing and push out the patch.
User avatar
Tony Li
Posts: 22059
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text tables not working

Post by Tony Li »

Hi,

The patch is available on the Pixel Crushers customer download site. You can also download it here:

DialogueSystem_2_0_1_Patch20180621.unitypackage
roketronz
Posts: 18
Joined: Thu Jun 14, 2018 10:54 am

Re: Text tables not working

Post by roketronz »

Wow! That was super quick!!

Thanks for the patch Tony! I will try it tomorrow.
roketronz
Posts: 18
Joined: Thu Jun 14, 2018 10:54 am

Re: Text tables not working

Post by roketronz »

Couldn't wait. Worked perfectly.

Thanks for the help Tony!

On a side note, I have like 300 entries, and the performance of the text table window lags a bit. Is that normal?
User avatar
Tony Li
Posts: 22059
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text tables not working

Post by Tony Li »

roketronz wrote: Thu Jun 21, 2018 10:13 pmOn a side note, I have like 300 entries, and the performance of the text table window lags a bit. Is that normal?
It may be, depending on your version of Unity and your computer. The performance is somewhat limited by the Unity editor, since the window relies on Unity's built-in list editing functionality. But in the next release I'll investigate ways to improve performance, such as paging in pieces of the table at a time to keep the Unity editor's workload lower.
roketronz
Posts: 18
Joined: Thu Jun 14, 2018 10:54 am

Re: Text tables not working

Post by roketronz »

Thanks for the reply!

I have a decent computer, and I'm using 2017.2.

Since I only use the text tables to import csv, is definitely not a deal breaker.

Thanks for all your replies, making the patch and your time!
User avatar
Tony Li
Posts: 22059
Joined: Thu Jul 18, 2013 1:27 pm

Re: [Solved]Text tables not working

Post by Tony Li »

Glad to help!
Post Reply