Spreadsheet extension doesn't work.

Posted: 29 Jun 2022 03:18
by mdr

I downloaded this Spreadsheet Extensio
https://github.com/Naninovel/Spreadsheet
from here
https://naninovel.com/guide/spreadsheet ... stallation
and i imported Naninovel from assetstore.
But when i build this project I faced this error message.

Assets\NaninovelSpreadsheet\Editor\Composite\Composite.cs(5,17): error CS0234: The type or namespace name 'Metadata' does not exist in the namespace 'Naninovel' (are you missing an assembly reference?)
Assets\NaninovelSpreadsheet\Editor\Composite\Composite.cs(6,17): error CS0234: The type or namespace name 'Parsing' does not exist in the namespace 'Naninovel' (are you missing an assembly reference?)
Assets\NaninovelSpreadsheet\Editor\Composite\ProjectWriter.cs(6,17): error CS0234: The type or namespace name 'Parsing' does not exist in the namespace 'Naninovel' (are you missing an assembly reference?)
Assets\NaninovelSpreadsheet\Editor\Composite\ScriptReader.cs(3,17): error CS0234: The type or namespace name 'Parsing' does not exist in the namespace 'Naninovel' (are you missing an assembly reference?)
Assets\NaninovelSpreadsheet\Editor\Composite\Composite.cs(47,24): error CS0246: The type or namespace name 'MetadataProvider' could not be found (are you missing a using directive or an assembly reference?)
Assets\NaninovelSpreadsheet\Editor\Composite\Composite.cs(70,97): error CS0246: The type or namespace name 'LineType' could not be found (are you missing a using directive or an assembly reference?)
Assets\NaninovelSpreadsheet\Editor\Composite\Composite.cs(70,130): error CS0246: The type or namespace name 'Token' could not be found (are you missing a using directive or an assembly reference?)

...

My Unity3d version is 2019.4.40f1 Personal.

Is this example project something wrong?
Thank you.


Re: Spreadsheet extension doesn't work.

Posted: 29 Jun 2022 10:03
by idaot

You need the 1.18 pre-release which can be found in our Discord channel: https://naninovel.com/support/#naninovel-support


Re: Spreadsheet extension doesn't work.

Posted: 30 Jun 2022 01:24
by mdr
idaot wrote: 29 Jun 2022 10:03

You need the 1.18 pre-release which can be found in our Discord channel: https://naninovel.com/support/#naninovel-support

Thank you for your answer. :D