playMaker

Author Topic: [Solved] ConvertStringToVector3  (Read 1539 times)

stigma

  • Full Member
  • ***
  • Posts: 177
[Solved] ConvertStringToVector3
« on: July 27, 2017, 03:10:39 AM »
Hello,
I upgraded the latest version of Playmaker (1.84) and used ConvertVector3ToString and ConvertStringToVector3 to save the position of my objects but this function disappeared. How to do ? Should I go back to version 1.83?
Thank you
« Last Edit: July 29, 2017, 03:13:45 AM by stigma »

Deek

  • Full Member
  • ***
  • Posts: 133
Re: ConvertStringToVector3
« Reply #1 on: July 27, 2017, 11:03:16 AM »
Those are actions that aren't part of the official PlayMaker versions, which means you downloaded them from the Ecosystem or from somewhere else. So you can just open the Ecosystem and redownload them or alternatively you could download both scripts from my attachments and put them in Assets/Custom PlayMaker Actions/Convert/

There should be no need to go back to the previous version.
No matter which method you choose you need to re-open the current scene or even Unity itself for PlayMaker to re-apply these actions into the FSMs.

It could be that when updating to the latest PlayMaker-Version the "Custom Actions" folder got moved or deleted.

If there are more actions missing, you have to redownload them or copy them over from an earlier backup of your project.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: ConvertStringToVector3
« Reply #2 on: July 27, 2017, 11:22:23 AM »
Hi,
Did you delete some folders?
Normally Playmaker update does not affect the custom action folder.

stigma

  • Full Member
  • ***
  • Posts: 177
Re: ConvertStringToVector3
« Reply #3 on: July 29, 2017, 03:13:21 AM »
Thanks !!!