Playmaker Forum

PlayMaker Updates & Downloads => Pre-release Discussion => Topic started by: pgeorges on February 09, 2015, 10:07:28 AM

Title: Unity5 RC1
Post by: pgeorges on February 09, 2015, 10:07:28 AM
Hey guys,

When do you think 1.8 will go public now that Unity5 has gone RC1?

Cheers,

Paul
Title: Re: Unity5 RC1
Post by: jeanfabre on February 18, 2015, 10:53:20 AM
Hi,

 It's undecided yet, I personally think the current climate between so many critical issues on Unity side, makes it a sensitive time to release an update. IL2CPP is under heavy beta, so even the 4.6 cycle is unsettled, even if in RC...

1.8 brings so many core changes and optimisation that it's not a trivial on that front neither :)

 Bye,

 Jean
Title: Re: Unity5 RC1
Post by: wheretheidivides on February 18, 2015, 01:37:07 PM
jean, is there a way in the current version of playmaker to add in changing of global variables while we wait?  really annoying not being able to change globals.
Title: Re: Unity5 RC1
Post by: jeanfabre on February 19, 2015, 04:28:26 AM
Hi,

 Unfortunatly no. I am not sure how this is going to be addressed.

 I agree it's difficult to keep a clean project when you can't rename. I usually do make the effort of renaming with the following procedure:

create a new global variable with the new name, keep the old, and go change all fsm using it, then delete the old global var. only delete once your project work again.


 Bye,

 Jean