Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2.01k stars 414 forks source link

XML import issue on UWP #198

Open Softelectro opened 3 years ago

Softelectro commented 3 years ago

Hello,

I have made a UWP application that imports the xml file that has been exported by the node Editor. I get stuck with an error :

Could not load type 'System.Collections.Generic.List`1' from assembly 'Assembly-CSharp

It seems that Get.Type() in the Object data importing part throws this error. Do you have any idea on how to solve this?