VeriorPies / ParrelSync

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

[Question] Importing Errors #119

Open justinsane91 opened 4 months ago

justinsane91 commented 4 months ago

Hello iam currently on Unity2019.4.40f1 and iam importing Parrelsync 1.5.2

After importing iam getting some errors.

image

if (projectSettingsProperty is { isArray: true, arrayElementType: "string" })

This seems to be the Line. I guess the is "{" is the problem, but why? How can i solve this?`

Thank you!