VeriorPies / ParrelSync

(Unity3D) Test multiplayer without building
MIT License
4.77k stars 328 forks source link

fix: modifying the string.Split parameter type #117

Closed GyutaeLee closed 6 months ago

GyutaeLee commented 1 year ago

A version of string.Split exists that does not accept string as a parameter. Modify the parameter to a char array so that it can be used normally in those versions.

314pies commented 6 months ago

Hi GyutaeLee,
Thanks for creating the PR.
There's some update about this error, please checkout this comment if you are interested.

(Closing PR)