Thanks for reply,
about the second problem with the inventory I'd forgot to put the inventory UI inside the project settings.
But concenrning my custom command C# class I don't understend what I'm wrong. this is the steps that I made:
1) I look into project folders and I found the others commands in Assets/Naninovel/Runtime/Command folder
2) I put in this folder a MultichoiseGenerator.cs blank file then I added this code to file
3) i create the ChoiseLine.nani file and placed it into project /Scripts folder, I also added it to the script resources inside project settings -> naninovel -> scripts with this line of code
then I put tmpChoiseLabel and tmpScriptName into project settings -> naninovel ->custom variables adding to new line with these names
4) Into the Main.nani at the top of file I added these lines
5) while executin the game when it reach the line starting with @multichois i see in unity console my debug log, then i get the mentioned error, here the complete error string
6) I moved my file outside naninovel and placed it into a folder /Runtime in project main directory just as I saw within the IntegrationExample-master's git repo example, but i get the same error
7) I'm bushing my head on my desk from days by this error
my Idea is to create small nani script and call them multiple times to avoid to write thousand of times the same lines of code in the whole storyline.
the result I would like to get is write this:
instead of this:
I'm forgetting some steps in Unity or somewherelse? this is my first project in C# , Unity and Naninovel even if I'm a long time developer
I'm using Unity 2021.3.23f1 for my project
I also tryed to remove Main.nani from the scripts list and reappend it, I aslo quited the cache from preference -> GI Cache -> clean cache button
thanks again