Absolute LEGEND works amazing! Been tearing my hair out all day. It works perfectly for handled inventory items, but seems to be having some issues with unhandled (unless I'm doing something wrong which, let's face it. I most likely am.)
(Image)
…
And run something like this psuedo code when you press a button.
using System.Collections;using System.Collections.Generic;using UnityEngine;public class TestButton : MonoBehaviour{ public AC.Hotspot character; private void OnEnable() { …
Wow, awesome stuff! You really are a god among men :smiley:
I'll get started looking into all that now.
I just had another idea (and I have no idea if this is feasible) but I'm using the Unity UI Prefabs to power the menus through Adventure Creato…