Manage Types Error - Argument cannot be null. Parameter name

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
eruperu
Posts: 4
Joined: Thu Nov 23, 2017 11:07 am

Manage Types Error - Argument cannot be null. Parameter name

Post by eruperu »

Hello,

I'm trying to add a type to "Manage Types", but I'm getting an error when I check the box for that type and press "Add Type".

Code: Select all

Argument cannot be null.
Parameter name: stream
UnityEngine.Debug:LogError(Object)
ES2EditorManageTypes:OnGUI() (at Assets/Plugins/Easy Save 2/Editor/ES2EditorManageTypes.cs:105)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
The type I'm trying to add is an enum variable inside a Class. I made sure that there's a value assigned to the variable by default, but I'm still getting that error.
Also, I'm seeing that error when I press "Add Type" or "Refresh ES2Init" without boxes checked in "Manage Types".

Anyone know what the problem is or what I'm doing wrong?
I'm using Unity 2017.2.0f3 and ES2 2.8.4.

Thanks! :)
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Manage Types Error - Argument cannot be null. Parameter

Post by Joel »

Hi there,

This is a bug with the Asset Store importer causing references to become missing. If you PM me your invoice number I'll send you over a UnityPackage you can use to fix this.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
eruperu
Posts: 4
Joined: Thu Nov 23, 2017 11:07 am

Re: Manage Types Error - Argument cannot be null. Parameter

Post by eruperu »

Great! That fixed the error :) Thank you!
Locked