Hello,
I got a new Macbook pro and I transferred all my old datas with a time capsule backup.
But I got this errors in the editor:
Probably because I used a different Number format , instead . and space instead a , separator.
But I tried different combinaisons.
I installed a GoogleAnalytics SDK and the Facebook SDK in Unity 2017.2.0.3f
System.TypeInitializationException: An exception was thrown by the type initializer for Google.VersionHandler ---> System.FormatException: Input string was not in the correct format
at System.Int64.Parse (System.String s) [0x00010] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Int64.cs:458
at System.Convert.ToInt64 (System.String value) [0x00009] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Convert.cs:1404
at Google.VersionHandler+FileMetadata.CalculateVersion (System.String versionString) [0x00000] in <filename unknown>:0
at Google.VersionHandler+FileMetadata.CalculateVersion () [0x00000] in <filename unknown>:0
at Google.VersionHandler+FileMetadataByVersion.Add (Google.FileMetadata metadata) [0x00000] in <filename unknown>:0
at Google.VersionHandler+FileMetadataSet.Add (Google.FileMetadata metadata) [0x00000] in <filename unknown>:0
at Google.VersionHandler+FileMetadataSet.ParseFromFilenames (System.String[] filenames) [0x00000] in <filename unknown>:0
at Google.VersionHandler.UpdateVersionedAssets (Boolean forceUpdate) [0x00000] in <filename unknown>:0
at Google.VersionHandler..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at OneSignalEditorScriptAndroid.addGMSLibrary () [0x0000b] in /Users/Benoit/Workshop/Projets/EnigmBox-Unity/Assets/OneSignal/Editor/OneSignalEditorScript.cs:56
at OneSignalEditorScriptAndroid..cctor () [0x00024] in /Users/Benoit/Workshop/Projets/EnigmBox-Unity/Assets/OneSignal/Editor/OneSignalEditorScript.cs:52
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes()
And
System.FormatException: Input string was not in the correct format
at System.Int64.Parse (System.String s) [0x00010] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Int64.cs:458
at System.Convert.ToInt64 (System.String value) [0x00009] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Convert.cs:1404
at Google.VersionHandler+FileMetadata.CalculateVersion (System.String versionString) [0x00000] in <filename unknown>:0
at Google.VersionHandler+FileMetadata.CalculateVersion () [0x00000] in <filename unknown>:0
at Google.VersionHandler+FileMetadataByVersion.Add (Google.FileMetadata metadata) [0x00000] in <filename unknown>:0
at Google.VersionHandler+FileMetadataSet.Add (Google.FileMetadata metadata) [0x00000] in <filename unknown>:0
at Google.VersionHandler+FileMetadataSet.ParseFromFilenames (System.String[] filenames) [0x00000] in <filename unknown>:0
at Google.VersionHandler.UpdateVersionedAssets (Boolean forceUpdate) [0x00000] in <filename unknown>:0
at Google.VersionHandler..cctor () [0x00000] in <filename unknown>:0
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes()
And
FormatException: Input string was not in the correct format
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for Google.VersionHandler
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for OneSignalEditorScriptAndroid
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
And
FormatException: String was not recognized as a valid DateTime.
System.DateTime.Parse (System.String s, IFormatProvider provider, DateTimeStyles styles) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/DateTime.cs:924)
System.DateTime.Parse (System.String s, IFormatProvider provider) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/DateTime.cs:912)
System.DateTime.Parse (System.String s) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/DateTime.cs:907)
UnityEditor.Purchasing.PackageUpdater.CheckForUpdatePeriodically ()
UnityEditor.Purchasing.UnityIAPUpdater.CheckForUpdatePeriodically ()