Problem with Building My Game (Easy Save 3)

Discussion and help for Easy Save 3
Post Reply
AHAKuo
Posts: 16
Joined: Fri Dec 04, 2020 9:46 pm

Problem with Building My Game (Easy Save 3)

Post 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?
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

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

Post 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
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
AHAKuo
Posts: 16
Joined: Fri Dec 04, 2020 9:46 pm

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

Post 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?
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

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

Post by Joel »

You can upgrade without issues.

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