playMaker

Author Topic: Wrong Description in the "Allow Scene Activation"[OBSOLETE]  (Read 2499 times)

Deek

  • Full Member
  • ***
  • Posts: 133
Wrong Description in the "Allow Scene Activation"[OBSOLETE]
« on: April 21, 2017, 02:23:12 PM »
Not really a bug but the SceneManager Action "Allow Scene Activation" has the same Description as the "Create Scene" Activation, wich confused me at first.
Since most of the Descriptions derived from the official Unity ScriptReference, this might be the source of the correct Description:
https://docs.unity3d.com/ScriptReference/AsyncOperation-allowSceneActivation.html

All tooltips and the Action itself are all fine, so it should be easy to fix.

Just thought it would be important to point out since Asynchronous Operations are already a tough nut itself and it is always good when the official Version of Playmaker has less mistakes.
« Last Edit: May 17, 2017, 03:08:13 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Wrong Description in the "Allow Scene Activation"
« Reply #1 on: May 17, 2017, 03:04:20 AM »
Hi,

 bugger... this is a left over and should be there as an action.

 Use LoadSceneAsynch, and you will have the allow activation option featured, this is how it's intended to be used, not as a single action.

 It will be removed in the next PlayMaker update, thanks for spotting this :)

 Bye,

 Jean