Hello! I'm trying to use the "PUZZLE TEMPLATE: ITEM ARRANGING" from the downloads page to make a Jigsaw-like puzzle in my game.
I'm really really new to all of this unity stuff so please be patient if this is a dumb cuestion lol
When I try to open the template this two errors shows in the console:
**Assets\AdventureCreator\Scripts\ArrangingPuzzlePiece.cs(79,34): error CS1061: 'Hotspot' does not contain a definition for 'GetButtonInteractionType' and no accessible extension method 'GetButtonInteractionType' accepting a first argument of type 'Hotspot' could be found (are you missing a using directive or an assembly reference?)
Assets\AdventureCreator\Scripts\ArrangingPuzzlePiece.cs(79,71): error CS0103: The name 'HotspotInteractionType' does not exist in the current context**
It's the same when I try to do my own puzzle following the instructions in the package, I don't know what I'm doing wrong
I've tried to open the package in a new project, but it's the same... Please, help!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @Minsi.
What is your AC version? You will need to be using the latest release for it to work.