MirrorConverter icon indicating copy to clipboard operation
MirrorConverter copied to clipboard

Problems with script migration

Open FireDragonGameStudio opened this issue 5 years ago • 0 comments

Unfortunately the converter converts something like var newKeywords = new string[Commands.Length]; to var newKeywords = new string[Command];

It's just a minor issue, but when dealing with e.g. speech support or something similar, this could be messing up the code.

Furthermore classes from the UnityEngine.Networking namespace like UploadHandlerRaw and DownloadHandlerBuffer will stop working.

Best regards :)

FireDragonGameStudio avatar Mar 13 '19 23:03 FireDragonGameStudio