VeriorPies / ParrelSync

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

[BUG]cannot convert from 'string' to 'char' #116

Closed ldgz123 closed 1 month ago

ldgz123 commented 10 months ago

cannot convert from 'string' to 'char'

Library/PackageCache/com.veriorpies.parrelsync@141b4e1e31/Editor/Preferences.cs(91,31): error CS1503: Argument 1: cannot convert from 'string' to 'char'

ldgz123 commented 10 months ago

image

RafaelChavesSM commented 9 months ago

Currently having the same bug

RafaelChavesSM commented 9 months ago

I believe I fixed it doing:

return data.Split(serializationToken.ToCharArray()).ToList();
Katerlad commented 9 months ago

Fresh install of 1.5.2 also caused this error for me as well.

Awais6 commented 4 months ago

same here

gakkossphynx commented 3 months ago

return data.Split(serializationToken.ToCharArray()).ToList();

314pies commented 3 months ago

For anyone who's running into this issue - would you mind sharing which Unity version you are using?

gpiffaretti commented 2 months ago

Unity version 2021.1.28f1

314pies commented 1 month ago

Some updates/notes here:

Fixes is now available on dev, waiting to be released to main branch.