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 415 forks source link

ImportExportStructure #137

Closed AtheosCode closed 6 years ago

AtheosCode commented 6 years ago

my customer node have some property ,it can be null. when click the Export, ImportExportStructure do not check null data and throw a error

public ObjectData(object obj) { refID = obj.GetHashCode(); type = obj.GetType(); data = obj; } obj sometime is null, you should check it

Seneral commented 6 years ago

Wow, can't believe that slipped through... thanks for the heads up! Will fix it along some other 'error' with strings soon:)

AtheosCode commented 6 years ago

sp20170830_144029_936

Seneral commented 6 years ago

Oh didn't know that, will take a look on how to fix that:)

Seneral commented 6 years ago

Also finally fixed both errors, hope it works now!:)