playMaker

Author Topic: Mouse Over doesn't work in Standalone Build  (Read 2563 times)

pietwelve

  • Junior Playmaker
  • **
  • Posts: 70
Mouse Over doesn't work in Standalone Build
« on: November 30, 2016, 03:05:20 PM »
Hi, I start a new post as the last one about "mouse over" is quite old.

I use "Mouse Over" event on 5 Game-Objects (one FSM per GO). Everything works like a charm in the Unity Game-View. But in the Standalone-PC-Build it's not working anymore for 2/5 GO.
I've run hundred of test with no success so I'm quite desperate and need help.
Any clue ?
Is there an alternative to BuildIn MouseOver event ?
Thanks :-)
« Last Edit: November 30, 2016, 04:44:23 PM by pietwelve »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Mouse Over doesn't work in Standalone Build
« Reply #1 on: December 01, 2016, 02:48:08 AM »
Hi,

that's very odd indeed.

your 5 objects are setup the same? are you sure sure you don't have colliders in between your camera and the object?

Bye,

 Jean

pietwelve

  • Junior Playmaker
  • **
  • Posts: 70
Re: Mouse Over doesn't work in Standalone Build
« Reply #2 on: December 01, 2016, 03:46:20 PM »
Hi, tanks for your answer Jean.

Yes I've tested :
  - removing all (other) colliders in the scene
  - removing all other objects in the scene
  - LOTS of other tests ...
  - updating playmaker to 1.8.3

The set up of 2 objects with the Mouseover problem isn't different.
I've also tried to create a new game object with a mouse-over event and
it's always ok in gameview and not ok in Standalone-PCBuild.

Don't know where to look anymore ...

« Last Edit: December 01, 2016, 03:47:54 PM by pietwelve »

pietwelve

  • Junior Playmaker
  • **
  • Posts: 70
Re: Mouse Over doesn't work in Standalone Build
« Reply #3 on: December 02, 2016, 05:25:52 PM »
Hi,
Please let me add some information to my last post.

I've tested a VERY basic script based on "void OnMouseOver()" and it works in the build.
Unfortunately I don't have the skill to go further scripting  and have to rely on a Playmaker FSM.

Please help :-)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Mouse Over doesn't work in Standalone Build
« Reply #4 on: December 05, 2016, 08:58:33 AM »
Hi,

 it works in the build on the same Object?

 If you could share this project, pm me, I'll have a look. I can sign NDA if needs be.

 Bye,

 Jean

pietwelve

  • Junior Playmaker
  • **
  • Posts: 70
Re: Mouse Over doesn't work in Standalone Build
« Reply #5 on: December 05, 2016, 05:50:56 PM »
Hi,

Thanks
I'll share Project with you.

Yes the onMouseOver script works in the build on the same object.
« Last Edit: December 05, 2016, 06:45:56 PM by pietwelve »