Hey all,
I’m working on a small project with two playable characters (Frank and Anderson). Both are meant to be fully interchangeable: same interactions, same objects, just different text outputs on objects depending on who is active.
I have the character switching perfectly, showing that it's working in debug, but once the character is switched they can't seem to interact with any objects on the scene? Only the character that was active when the scene started is able to trigger object actions.
For context, there is zero movement in the game — everything is fully pre-rendered (Myst style), so the characters just “stand and interact” rather than walking to hotspots.
This is my first time using Visionaire, so apologies if I’m missing something obvious!