UVNF-Unity-Visual-Novel-Framework icon indicating copy to clipboard operation
UVNF-Unity-Visual-Novel-Framework copied to clipboard

How to fix compilation for web?

Open Headmast opened this issue 3 months ago • 0 comments

Unity 6000.2.5f ArgumentNullException: Value cannot be null. Parameter name: type

VariableManager

        public void OnAfterDeserialize()
        {
            Variables.Clear();
            for (int i = 0; i < VariableValues.Count; i++)
                Variables.Add(SerializedData.Deserialize(VariableValues[i]) as Variable);
        }

Headmast avatar Sep 28 '25 14:09 Headmast