You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that just a texture or a texture wrapped inside a class or struct?
Also, how you are exactly saving and loading it? may you post the save / load script?
Thanks
ArgumentException: Requested value '
System.Enum+EnumResult.SetFailure (System.Enum+ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument) (at <437ba245d8404784b9fbab9b439ac908>:0)
System.Enum.TryParseEnum (System.Type enumType, System.String value, System.Boolean ignoreCase, System.Enum+EnumResult& parseResult) (at <437ba245d8404784b9fbab9b439ac908>:0)
System.Enum.Parse (System.Type enumType, System.String value, System.Boolean ignoreCase) (at <437ba245d8404784b9fbab9b439ac908>:0)
System.Enum.Parse (System.Type enumType, System.String value) (at <437ba245d8404784b9fbab9b439ac908>:0)
BayatGames.SaveGamePro.Serialization.Formatters.Binary.BinaryObjectReader.Read (System.Type type) (at Assets/BayatGames/SaveGamePro/Scripts/Serialization/Formatters/Binary/BinaryObjectReader.cs:264)
BayatGames.SaveGamePro.Serialization.Formatters.Binary.BinaryObjectReader.ReadProperty (System.Type type) (at Assets/BayatGames/SaveGamePro/Scripts/Serialization/Formatters/Binary/BinaryObjectReader.cs:710)
BayatGames.SaveGamePro.Serialization.Formatters.Binary.BinaryObjectReader.ReadProperty[T] () (at Assets/BayatGames/SaveGamePro/Scripts/Serialization/Formatters/Binary/BinaryObjectReader.cs:697)
BayatGames.SaveGamePro.Serialization.Types.SaveGameType_Texture.ReadInto (System.Object value, BayatGames.SaveGamePro.Serialization.ISaveGameReader reader) (at Assets/BayatGames/SaveGamePro/Scripts/Serialization/Types/SaveGameType_Texture.cs:81)
BayatGames.SaveGamePro.Serialization.Types.SaveGameType_Texture.Read (BayatGames.SaveGamePro.Serialization.ISaveGameReader reader) (at Assets/BayatGames/SaveGamePro/Scripts/Serialization/Types/SaveGameType_Texture.cs:58)
BayatGames.SaveGamePro.Serialization.Formatters.Binary.BinaryObjectReader.Read (System.Type type) (at Assets/BayatGames/SaveGamePro/Scripts/Serialization/Formatters/Binary/BinaryObjectReader.cs:426)
BayatGames.SaveGamePro.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream input, System.Type type, BayatGames.SaveGamePro.SaveGameSettings settings) (at Assets/BayatGames/SaveGamePro/Scripts/Serialization/Formatters/Binary/BinaryFormatter.cs:182)
BayatGames.SaveGamePro.Networking.SaveGameWeb.Load (System.Type type, System.Object defaultValue, BayatGames.SaveGamePro.SaveGameSettings settings) (at Assets/BayatGames/SaveGamePro/Scripts/Networking/SaveGameWeb.cs:349)
BayatGames.SaveGamePro.Networking.SaveGameCloud.Load (System.Type type) (at Assets/BayatGames/SaveGamePro/Scripts/Networking/SaveGameCloud.cs:208)
BayatGames.SaveGamePro.PlayMaker.Actions.SaveGameWebLoad+d__13.MoveNext () (at Assets/BayatGames/SaveGamePro/PlayMaker/Actions/Web/SaveGameWebLoad.cs:129)
PlayMakerFSM+d__37.MoveNext () (at C:/Projects/Playmaker_1.9.0/Projects/Playmaker.source.unity/Assets/PlayMaker/PlayMakerFSM.cs:625)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <480508088aee40cab70818ff164a29d5>:0)
The text was updated successfully, but these errors were encountered: