Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: spiralKing on March 04, 2014, 08:44:32 AM

Title: Help, Installed PlayMaker 1.7.7 [SOLVED]
Post by: spiralKing on March 04, 2014, 08:44:32 AM
I installed the latest version of PlayMaker (1.7.7) and I'm getting this message, how do I fix?
Quote
There are inconsistent line endings in the 'Assets/PlayMaker/Actions/DebugDrawShape.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.
Title: Re: Help, Installed PlayMaker 1.7.7
Post by: Alex Chouls on March 04, 2014, 11:10:31 AM
Sorry about that. It's a harmless warning, but it's easy to fix: double click the warning to open the script, your text editor should ask if you want to fix the line endings; say yes and resave the file.
Title: Re: Help, Installed PlayMaker 1.7.7
Post by: spiralKing on March 04, 2014, 05:21:12 PM
Thanks