Ok, I solved this in this way.
I duplicated the Verbs menu to VerbsMap
I duplicated the VerbsUI prefab to VerbsUIMap
In VerbsUImap I moved off the screen all the verbs grid and inventory grid and resize the background to display on screen only the V…
That's it. It doesn't work if the Verbs menu is locked off. I would like the Menu to not be visible in the map page of the game. What will be the best way to do that?
Hi @ChrisIceBox. I downloaded the example scene and the exit hotspot works. I tried even to add a switch scene and it still works. I'm trying to look if I can find a difference between that one and the one I made.
Hi Chris. thanks for the quick reply.
Adding a wait of 0.5 did the trick. I tried earlier just adding wait with 0 and that was not working.
Here for your reference the action list I'm using:
https://drive.google.com/file/d/1HhCua20WfiMoWnEg-BnIPx3FH…
I still have this problem with the Nine Verbs plugin. Can't find a readme or the Additional Scripts. What is the way to allow Walk to to run an action list in the current verions? thanks.
Hi @ChrisIceBox. Do you mind sharing a screenshot of what import setting you are using with OpenOffice to edit the CSV? How do you make him to ignore the , if it is between " " ? Thanks.
Hi! @ChrisIceBox. I'm testing the new version. It looks fine, except for this line:
162,Speech,"Dude, they should give you the golden key to the factory and all kinds of free swag!","Amico, dovrebbero regalarti la chiave dorata della …
So maybe something went wrong when I imported the CSV with the italian translation and I didn't get the " " automatically. Ok. I'm going to send you the files. Thanks for looking into this.
Hi Chris. I went on my Renderer2D.asset and in "General" I changed the Transparency Sort Mode from "Default" to "Custom Axis" with X:0 Y:1 Z:0. Now the Sort is correct AND I can use URP. Thank you very much.