VeriorPies / ParrelSync

(Unity3D) Test multiplayer without building
MIT License
4.47k stars 314 forks source link

fix: modifying the string.Split parameter type #117

Closed GyutaeLee closed 1 month ago

GyutaeLee commented 9 months 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 1 month 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)