inkle / ink-unity-integration

Unity integration for the open source ink narrative scripting language.
http://www.inklestudios.com/ink
Other
570 stars 99 forks source link

Inkplayer Editor Window not displaying content text. #115

Closed JarrydHuntley closed 3 years ago

JarrydHuntley commented 4 years ago

In the latest release (0.9.24) the Inkplayer Editor Window is not displaying content. I tested in Unity 2018.4 and 2019.4. I went back and tested the release on 0.9.3[is the numbering scheme different On the Unity Asset Store?] on the asset store it and worked correctly.

I'm wondering if something is broken with the text fade in function. image

tomkail commented 4 years ago

I'm afraid I can't reproduce this! Have you had any luck chasing it yourself?

JacobChrist commented 4 years ago

I'm seeing this same behavior. If you navigate through the game the "Content" section grows as if the font is the same color as the background.

image

If I right click on the "blank" box and select copy, then paste, the text is in the copy buffer.

I also have a message saying "Story JSON file has changed. Restart to play updated story." in the Ink Player, yet in the inspector says is says compile successful:

image

Suspecting that the dark mode was the issue I change to the personal mode and the issue is the same. I do see that there is some color difference between output sections that I could not see in dark mode.

image

Unity 2020.1.3f1 Ink Unity Integration 0.9.4

@tomkail where about this is rendered, I can try to see if I can understand what is going on.

tomkail commented 4 years ago

@JacobChrist Have a look at DisplayLine in InkPlayerWindow.cs. I did push a fix for animations not working (although the text WAS showing) that won't be in the latest Unity Asset Store version, so I'd recommend updating to latest following the instructions on the repo readme first!

JacobChrist commented 3 years ago

Just installed 0.9.50 that this problem is resolved for me.