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.