Reply To: Bug: node issues with Unity 2018.3.0 and higher

FlowCanvas Forums Support Bug: node issues with Unity 2018.3.0 and higher Reply To: Bug: node issues with Unity 2018.3.0 and higher

#2250
crazyasian
Participant

I found out this is because Unity switched to .Net 4.x starting at version 2018.3.0. I had to switch it back to .Net 3.5 to get the Extract node working properly again. You can see instructions here: https://docs.unity3d.com/Manual/ScriptingRuntimeUpgrade.html

Edit => Project Settings => Player => Scripting Runtime Version – change that to .NET 3.5.

I attached the pic from the Unity website.

Attachments:
  1. ScriptingRunetimePreview.png