inkle / ink-unity-integration

Unity integration for the open source ink narrative scripting language.
http://www.inklestudios.com/ink
Other
570 stars 99 forks source link

Force text serialization #123

Closed rhys-vdw closed 4 years ago

rhys-vdw commented 4 years ago

ProjectSettings/*.asset were all serialized as binary. Asset serialization was set to "mixed", but for some reason Unity kept reserailizing them as text every time I opened the project. Generally it's preferable to keep them as text so that git can diff them properly.