PlayFab / PlayFabPartyUnity

38 stars 7 forks source link

Inconsistent line endings warnings #11

Open rhys-vdw opened 3 years ago

rhys-vdw commented 3 years ago

In release playfab-party.1.5.0.1-main.0-10.5.2020-preview.unitypackage.

There are inconsistent line endings in the 'Assets/PlayFabPartySDK/Source/Scripts/PartySDKCSharpSource/Interop/PFPInterop.cs' script. Some are Mac OS X (UNIX) and some are Windows.
This might lead to incorrect line numbers in stacktraces and compiler errors. Many text editors can fix this using Convert Line Endings menu commands.
There are inconsistent line endings in the 'Assets/PlayFabPartySDK/Source/Scripts/PartyUnitySDK/PlayFabMultiplayerManager.cs' script. Some are Mac OS X (UNIX) and some are Windows.
This might lead to incorrect line numbers in stacktraces and compiler errors. Many text editors can fix this using Convert Line Endings menu commands.

If you're using git then you might need to enable autoclrf.