Page 1 of 1

Confirm Renaming

Posted: Wed Jul 15, 2020 12:21 pm
by Johnny Star
Hello! Hope everyone's doing well and healthy!
Can I confirm that I'm not supposed to rename the auto-generated game object: 'Easy Save 3 Manager'?

Because when I rename it I encounter this error:

Code: Select all

NullReferenceException: Object reference not set to an instance of an object
ES3Internal.ES3Stream.CreateStream (ES3Settings settings, ES3Internal.ES3FileMode fileMode) (at Assets/Settings/Asset Store Packages/Easy Save 3/Scripts/Streams/ES3Stream.cs:13)
ES3Reader.Create (ES3Settings settings) (at Assets/Settings/Asset Store Packages/Easy Save 3/Scripts/Readers/ES3Reader.cs:316)
ES3.Load[T] (System.String key, T defaultValue, ES3Settings settings) (at Assets/Settings/Asset Store Packages/Easy Save 3/Scripts/ES3.cs:306)
ES3AutoSaveMgr.Load () (at Assets/Settings/Asset Store Packages/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs:43)
ES3AutoSaveMgr.Awake () (at Assets/Settings/Asset Store Packages/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs:57)
UnityEngine.GameObject:AddComponent()
ES3Postprocessor:AddManagerToScene() (at Assets/Settings/Asset Store Packages/Easy Save 3/Editor/ES3Postprocessor.cs:225)
ES3Postprocessor:get_refMgr() (at Assets/Settings/Asset Store Packages/Easy Save 3/Editor/ES3Postprocessor.cs:29)
ES3Postprocessor:PostProcessModifications(UndoPropertyModification[]) (at Assets/Settings/Asset Store Packages/Easy Save 3/Editor/ES3Postprocessor.cs:111)
UnityEditor.Undo:FlushUndoRecordObjects()
Sirenix.OdinInspector.Editor.InspectorUtilities:EndDrawPropertyTree(PropertyTree)
Sirenix.OdinInspector.Editor.PropertyTree:Draw(Boolean)
Sirenix.OdinInspector.Editor.OdinEditor:DrawTree()
Sirenix.OdinInspector.Editor.OdinEditor:DrawOdinInspector()
Sirenix.OdinInspector.Editor.OdinEditor:OnInspectorGUI()
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
I'm on v3.2.0p2. If it's nothing serious, I don't wish to update it. Even with the error shown above nothing is broken. If I can confirm that I'm not supposed to rename it I can make do with it.

Re: Confirm Renaming

Posted: Wed Jul 15, 2020 12:54 pm
by Joel
Hi there,

You should not rename the Easy Save 3 Manager because its name is the only way we can uniquely identify it.

All the best,
Joel

Re: Confirm Renaming

Posted: Wed Jul 15, 2020 3:12 pm
by Johnny Star
Ok I understand! Thank you :)