I Tried to use the SaveBundleToSaveMap but I think there is something wrong with this Class..
I call it from my Controller and I always get an "Object reference not set to an instance of an object." Exception..
For Example:
var x = SaveBundleToSaveMap.Convert(saveBundle);
Do you guys have any thoughts about this ?