Playmaker Forum

PlayMaker News => General Discussion => Topic started by: Meka Games on December 13, 2020, 08:35:38 AM

Title: Convert String to Vector3 BUG
Post by: Meka Games on December 13, 2020, 08:35:38 AM
Hello

I'm using PUN and when i try to convert the received string to vector3 It always comes in as 0,0,0.

The problem disappears when I set the language of Windows to English. However, other players may not want to do this.


I have no multiplayer experience with Playmaker. I guess Playmaker is not a good option for multiplayer. :/

Please help!
Title: Re: Convert String to Vector3 BUG
Post by: 600 on December 13, 2020, 09:40:02 AM
Hi, had the same, it is an issue starting Unity 2018 on Windows, here is solution that worked for me
https://hutonggames.com/playmakerforum/index.php?topic=994.msg94845#msg94845
Title: Re: Convert String to Vector3 BUG
Post by: Meka Games on December 13, 2020, 09:52:33 AM
Hi, had the same, it is an issue starting Unity 2018 on Windows, here is solution that worked for me
https://hutonggames.com/playmakerforum/index.php?topic=994.msg94845#msg94845

Thank you so much. It worked.