Spreadsheet extension doesn't work.

The engine is not working as expected? Documentation is wrong or out of date? Let us know here!
Forum rules
We are not providing support via this forum; it's community-driven. For official support see https://naninovel.com/support/#naninovel-support
Post Reply
mdr
Posts: 4
Joined: 29 Jun 2022 02:24

Spreadsheet extension doesn't work.

Post 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.

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: Spreadsheet extension doesn't work.

Post by idaot »

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

mdr
Posts: 4
Joined: 29 Jun 2022 02:24

Re: Spreadsheet extension doesn't work.

Post 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

Post Reply