I'm loving the tool. I been using an SQL database to build my records but I find this interface to be much easier to work with.
But I'm having some difficulty getting collections of references to work, which is unfortunate because I'm using references heavily to make abilities and bonuses modular.
I'm not confident of the Repro steps, because it seems to fail intermittently but it fails quite a bit. Essentially new references added to the collection will often fail to point to the assigned reference. The Drop down just comes up empty. I've had to add reference collections multiple times in order to get them to take, and it seems like if you try to edit them it just farts. I've also had cases where I assign to a refrence collection a particular category, but the collection refuses to point to it, instead selecting another category despite repeated attempts to get it point to the right category
I am using nested references, but not circular refrences.
IE AbilityResource contains many AbilityEffectGroups each of which contains one or more EffectResources.
This is important because it's a tactical RPG I'm making where I need to have the ability to set up various targeting groups for spells that have multiple targets, but have fine control of the status effects / damage inflicted on each target.
anyone else run into this and any insight into how to troubleshoot or work around it?