playMaker

Author Topic: Global Variable Names Changing (Can Reproduce)  (Read 1599 times)

Unrighteous

  • Playmaker Newbie
  • *
  • Posts: 5
Global Variable Names Changing (Can Reproduce)
« on: October 23, 2019, 10:04:01 PM »
Hello, there is a bug I am experiencing where global variables will take the names of other global variables. This makes it impossible to use them in FSM's until you restart unity.

Playmaker version 1.9.0

Unity Version 2019.2.9f1

Reproduction:

1. Set a global variable in an FSM using an action.
(I've tested this with Set Int Value and Set String value).

2. Change the global variable being set.

3. Undo the change (Control Z)

The second variable will take the name of the first variable until you restart unity (this only happens for global variables).

A workaround is to simply never undo changing global variables, and to just change them again manually.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Global Variable Names Changing (Can Reproduce)
« Reply #1 on: October 24, 2019, 02:18:32 AM »
Hi.
Thx for the bug report and the repo.
I will forward it.

By the way, for the exact Playmaker version you can go to Playmaker/Help/About Playmaker... :)