Reply To: New Unity dictionary serialization.

Forums 💬 NodeCanvas ⚙️ Support New Unity dictionary serialization. Reply To: New Unity dictionary serialization.

#23203
jnog
Participant

    Hey, I went over the NodeCanvas code and realized it’s actually doing fully custom serialization for blackboards and graphs, so this shouldn’t be an issue at all. Supressing the compiler error with pragmas should suffice.

    On .\ParadoxNotion\CanvasCore\Framework\Runtime\Variables\Internal\BlackboardSource.cs, line 13:

    It was already disabling UAC1009 anyway (even though that was just a warning, not an actual error).