Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: Koqi on June 04, 2022, 06:53:51 AM

Title: Convert Vector3 to String
Post by: Koqi 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?
Title: Re: Convert Vector3 to String
Post by: 600 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.
Title: Re: Convert Vector3 to String
Post by: Koqi on June 15, 2022, 07:19:12 AM
Thanks, it worked  ;D