playMaker

Author Topic: Convert String to Vector3 BUG  (Read 1103 times)

Meka Games

  • Junior Playmaker
  • **
  • Posts: 57
Convert String to Vector3 BUG
« 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!

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 713
    • Flashing Lights
Re: Convert String to Vector3 BUG
« Reply #1 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

Meka Games

  • Junior Playmaker
  • **
  • Posts: 57
Re: Convert String to Vector3 BUG
« Reply #2 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.