
Encrypter and XML SerializerLast tested in Unity 2023.2.20f1.This line in ExampleManager.cs may cause issues if you're using an earlier version of Unity: "textToEncrypt.textWrappingMode = TextWrappingModes.Normal;"However, you can simply delete it, as it doesn't affect the encryption or serializer components.This package includes two files:An Encrypter/Decrypter class.An XML Serializer/Deserializer.The XML Serializer file provides several methods to encrypt the XML text and save it to a preferred path.Encrypt textDecrypt textSerialize objectsDeserialize objectsSerialize and encryptUpload file, decrypt text and deserialize xml into an object