NullReferenceException since 5.3

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
McGravity
Posts: 19
Joined: Sun Aug 02, 2015 12:56 pm

NullReferenceException since 5.3

Post by McGravity »

Hey there,

I get the following NullReferenceException since 5.3.

Code: Select all

NullReferenceException: Object reference not set to an instance of an object
UnityEditor.AudioSourceInspector.OnDisable () (at C:/buildslave/unity/build/Editor/Mono/Inspector/AudioSourceInspector.cs:165)
UnityEditor.AssetDatabase:DeleteAsset(String)
ES2EditorStartup:Cleanup()
ES2EditorStartup:.cctor()
UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
Anyone a clou what that could be?

greetings
User avatar
Joel
Moodkie Staff
Posts: 4852
Joined: Wed Nov 07, 2012 10:32 pm

Re: NullReferenceException since 5.3

Post by Joel »

Hi there,

Looks like there's a bug at Unitys end affecting cleanup scripts. However, we're removing the need for cleanup scripts in the next version anyway, so this will no longer be a problem.

In the meantime the error should be harmless and doesn't affect anything at runtime.

All the best,
Joel
McGravity
Posts: 19
Joined: Sun Aug 02, 2015 12:56 pm

Re: NullReferenceException since 5.3

Post by McGravity »

Alright, as always thank your very much :)

greetings
Marcin
Posts: 4
Joined: Thu Jun 25, 2015 12:38 pm

Re: NullReferenceException since 5.3

Post by Marcin »

Hello,
When this new version is planned to be released?
Best regards,
Marcin.
User avatar
Joel
Moodkie Staff
Posts: 4852
Joined: Wed Nov 07, 2012 10:32 pm

Re: NullReferenceException since 5.3

Post by Joel »

Hi Marcin,

We're aiming for before the end of the month.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Locked