Page 1 of 1

Problem with Building My Game (Easy Save 3)

Posted: Tue Mar 30, 2021 1:34 pm
by AHAKuo
Hi there, ES Community.

I'm trying to build my game, and I keep getting this error that cancels the build:

An asset is marked with HideFlags.DontSave but is included in the build:
Asset: 'Library/unity editor resources'
Asset name: sv_label_3
(You are probably referencing internal Unity data in your build.)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)

The reason I know it is Easy Save 3 that causes this, is that the game will build fine when I delete the game object "Easy Save 3 Manager" from the scene I'm building. However, I need that gameobject since I am saving references to components in the game.

How can I fix this?

Re: Problem with Building My Game (Easy Save 3)

Posted: Tue Mar 30, 2021 1:46 pm
by Joel
Hi there,

We've had this a few versions ago in Easy Save. Just to check, are you on the latest version of Easy Save?

All the best,
Joel

Re: Problem with Building My Game (Easy Save 3)

Posted: Tue Mar 30, 2021 2:02 pm
by AHAKuo
I'm not. I'm on 3.3.1. There is 3.3.2.

Will updating it change any of the API? Or can I just safely upgrade without any problems?

Re: Problem with Building My Game (Easy Save 3)

Posted: Tue Mar 30, 2021 2:14 pm
by Joel
You can upgrade without issues.

All the best,
Joel