Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: blackant on July 24, 2014, 01:13:35 PM

Title: Global Variable Jumps And Bugs
Post by: blackant on July 24, 2014, 01:13:35 PM
While testing my game, i discovered this strange bug

Some of my variables lost there name and playmaker lose targeting to them.

look at the first line of the image, the global variable was used for my player, it still be used 67 times but there is errors everywhere it needs it
Title: Re: Global Variable Jumps And Bugs
Post by: blackant on July 24, 2014, 01:15:32 PM
and during the cleaning of this bug, the name of the variable can come back and solve the bug...
Title: Re: Global Variable Jumps And Bugs
Post by: blackant on July 24, 2014, 01:17:54 PM
and i think this bug can comes from the ability to arrange varaibles per category using /
cause soudenly the last variable of "Player" is now called "Player/Player" and is duplicated because i created another one to solve the bug of the first
Title: Re: Global Variable Jumps And Bugs
Post by: jeanfabre on August 01, 2014, 06:15:32 AM
Hi,

 I never had issues with using "/" in variables or events names, but you are maybe onto something here. Is it definitly never happening without "/" in variables names? is it happening on non globals variables too?

bye,

 Jean
Title: Re: Global Variable Jumps And Bugs
Post by: blackant on August 02, 2014, 01:39:48 PM
well, i'm migrating all my variables to make them as much as possible with local,

this has never happened with local yet