playMaker

Author Topic: Web player help  (Read 1666 times)

spiralKing

  • Junior Playmaker
  • **
  • Posts: 50
Web player help
« on: August 23, 2013, 02:24:28 PM »
In my game I use Fire2 (right mouse button) to attack, but in my Web Player build, Fire2 brings up the options tab (go full srceen, about unity player, setup) which is distracting.

Is there a way I can stop the button from doing that (changing the attack button is not really feasible)

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Web player help
« Reply #1 on: August 23, 2013, 02:49:33 PM »
You can disable the context menu in the web player:
http://docs.unity3d.com/Documentation/Manual/WebPlayerBehaviorTags.html

That should let you use it in your game...