Recent content by kremi

  1. K

    Making "Compare Field Value" Conditional Compatible with ScriptableObject

    Thanks. I made a working dropdown for the field (code below). However it seems much more complicated for `SharedVariable`. Could you give me pointers? FieldString.cs namespace MyNamespace { [System.Serializable] public class FieldString { public string Field; } }...
  2. K

    Making "Compare Field Value" Conditional Compatible with ScriptableObject

    Hello, I am currently working on a custom conditional for Behavior Designer, basically same as "CompareFieldValue" but with a scriptable objects instead of a game object. Writing the custom task is easy (see below) but the problem is that it has raw string fields for "fieldName" and...
Top