Hi, I am confused about the serialize mode “Force Text”, I know asset will be saved as text in Editor and repository by this option. But about what I am concerned is that would there will be any differences between “Force Text” and “Mixed” in the archived package? Such as apk on Android and ipa on IOS. Or this is an option only affect the Editor and repository? I thought binary format usually cost few memory and time on deserializing. If “Force Text” will make mobile packages include textual assets, I will not choose it.
It does not effect builds.
As @Brainswitch says, the serialisation mode only affects the way your assets are stored in your project during development. We always pack to the most efficient binary format possible in builds.