Hello, seems like the new UCC update breaks the integration: Assets/AdventureCreator/Downloads/UCC v3 integration/Scripts/AC_UCC_Button.cs(5,45): error CS0535: 'AC_UCC_Button' does not implement interface member 'IInteractableTarget.CanInteract(GameObject, Interact)'
Assets/AdventureCreator/Downloads/UCC v3 integration/Scripts/AC_UCC_Button.cs(5,45): error CS0535: 'AC_UCC_Button' does not implement interface member 'IInteractableTarget.Interact(GameObject, Interact)'
Comments
Also to note, all the issues seemed to stem from my incorrect setup as I cannot recreate them in the new third person demo.
I think I'll go about rebinding the "interact" button to F, as punching/shooting things to trigger AC interactions, although amusing, is not ideal!
Thanks again!
Hello, seems like the new UCC update breaks the integration:
Assets/AdventureCreator/Downloads/UCC v3 integration/Scripts/AC_UCC_Button.cs(5,45): error CS0535: 'AC_UCC_Button' does not implement interface member 'IInteractableTarget.CanInteract(GameObject, Interact)'
Assets/AdventureCreator/Downloads/UCC v3 integration/Scripts/AC_UCC_Button.cs(5,45): error CS0535: 'AC_UCC_Button' does not implement interface member 'IInteractableTarget.Interact(GameObject, Interact)'
Thanks for the alert, @shredingskin - I'll look into it.
UPDATE: Recreated and fixed.