Hi Everyone, i recently use Naninovel and Naninovel Spreadsheet package, but there is something strange that i encounter.
I've downloaded the demo project from naninovel spreadsheet page and used that as the base of installing and using the package.
- I created localization resources based on the guide on naninovel page, for test purposes i only created 'ja'. I create it under Assets/Resources/Naninovel/Localization/ja
- I've created an empty spreadsheet to "export" my current scripts with only 1 entry, which did great, the text is exported to my empty spreadsheet, and the column 'ja' is aoutomatically created
====== problem starts here - I filled the 'ja' column with "HOHOHO" in the NN_001 Spreadsheet and HIHIHI and the NN_002 spreadsheet
- I close excel app, and tried to import the xslx spreadsheet, but encouncer an error
Code: Select all
Exception: Localization document for `ja` not found. Try re-generating the localization documents.
3.1 i've tried re-generating localization, the problem still exists - Strangely the translation still applied to NN_001 in Resources/Naninovel/Localization/ja/Scripts , except the @goto NN_002 command, which is strange
4.1 i've tried to change the translation in the spreadsheet from "HOHOHO" to "not hohoho" , and "HIHIHI" to "not hihihi", import again, but the translation still writes "HOHOHO" and "HIHIHI".
5.Nevertheless, i tried to run the program, it runs well, and the dropdown of "japanese" is created. But when i switch to it, it yielded an error and the engine hangs , the error is as follows :Code: Select all
NullReferenceException: Object reference not set to an instance of an object Naninovel.ResourceLoader`1+<LoadAllAsync>d__17[TResource].MoveNext () (at Assets/Naninovel/Runtime/Common/ResourceProvider/ResourceLoader.cs:156)
I've tried many things, reimport the naninovel and the spreadsheet tools, none is working. I've tried matching the project structure to the spreadsheet-main example project from the guide site, and everything is the same.
Have anyone encounter this problem before ?
Naninovel version : 1.16 , build July 2021