Playmaker Action for CloseBrowser Welcome! › Forums › Unity Plugins › In-App Web Browser › Playmaker Action for CloseBrowser This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by Piotr. Log In Register Lost Password Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 28, 2018 at 5:42 am #1279 shenalParticipant Trying to make a Playmaker Action to close the browser window. Tried the following but it doesn’t work. using System.Collections.Generic; using UnityEngine; namespace HutongGames.PlayMaker.Actions { [ActionCategory("InAppBrowser")] [Tooltip("Close InAppBrowser Window")] public class InAppBrowserClose : FsmStateAction { public override void Reset() { } public override void OnEnter() { InAppBrowser.CloseBrowser(); Finish(); } } } November 28, 2018 at 8:03 pm #1282 PiotrKeymaster Whats exactly not working? November 29, 2018 at 2:12 am #1288 shenalParticipant The browser isn’t closing when the action is executed. November 30, 2018 at 11:45 am #1289 PiotrKeymaster Is it working outside of Playmaker action? December 1, 2018 at 1:16 pm #1290 shenalParticipant Yes it does work outside Playmaker. December 4, 2018 at 11:51 am #1293 PiotrKeymaster Frankly I have no any experience with Playmaker so cannot really help you there. Is it even executing this OnEnter function? Author Posts Log In Register Lost Password Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In