Hello there,
As always, AC is the best of the best, and I love it.
I recently exhumed The Darkest Dusk to create an 8-language version from it, and so far, so good, until...
The error message "Parser failure at line 2: Expected closing '}'" started to pop up every time I start Unity. Unity has not been updated, and the project hasn't been touched except for work on the implementation of seven languages. So I figured that can only depend on that – maybe. Any clues about it?
*the error is not giving additional info and I have no clue where the "line 2" comes from.
Good news is that if I clear the console is not appearing again and if I make the game build is not affecting it.
But it is still troubling to see a red error there every time I start the engine.
Additionally, I wanted to ask if there is a way to make any of the secondary languages labeled as "original language."
Thanks in advance!
Flavio
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
It sounds like this is a Unity issue: a similar discussion on it can be foud here:
https://discussions.unity.com/t/parser-failure-at-line-2-expected-closing/1654688/7
I'm not quite sure what you mean. You can check Is disabled? in the actual "Original language" properties, and that'll cause the next one listed to be treated as the default.
Oh yes I did that! So it is the right way to do it! Good to know.
Thanks for the hint and thanks for the link for that parser topic! I searched for it but I haven't found that one. Good one. Thanks again.