playMaker

Author Topic: Convert Vector3 to String  (Read 977 times)

Koqi

  • Playmaker Newbie
  • *
  • Posts: 6
Convert Vector3 to String
« on: June 04, 2022, 06:53:51 AM »
Hello,

i have a problem with the Action mentioned in the Title.

One thing that made a lot of problems for me is regional settings in windows. If it's set to "," decimal format, Play Maker will pick it up and write "," as a decimal separator. That way Convert String to Vector3 will always write 0,0,0 in the position and rotation.

How could i fix this problem?

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 713
    • Flashing Lights
Re: Convert Vector3 to String
« Reply #1 on: June 07, 2022, 07:42:36 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

Not quite Playmaker bug though, but really annoying.

Koqi

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Convert Vector3 to String
« Reply #2 on: June 15, 2022, 07:19:12 AM »
Thanks, it worked  ;D