playMaker

Author Topic: U GUI Missing events  (Read 1423 times)

ToxicFrog

  • Beta Group
  • Full Member
  • *
  • Posts: 139
U GUI Missing events
« on: July 12, 2018, 01:25:15 PM »
Hi, Playmakers

I'm migrating an AR project from Unity 2017 to 2018. Everything is going well for the most part, except my UI buttons no longer work.

It seems that UGUI is missing events. When I click on the drop-down in the U Gui Pointer Events Proxy, the UGUI events are not available.

Also, I tried changing the 'On Down Event' and 'On Up Event' to send new transitions (Button Down and Button Up), but the FSM is not receiving those events.

Please see my attached screenshots - I appreciate any help!


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: U GUI Missing events
« Reply #1 on: July 12, 2018, 02:47:45 PM »
Hi,
Try reinstalling ugui package full and/or PlayMaker utils.

ToxicFrog

  • Beta Group
  • Full Member
  • *
  • Posts: 139
Re: U GUI Missing events
« Reply #2 on: July 12, 2018, 02:54:30 PM »
Thanks, djaydino

I re-installed UGUI proxy full from the Ecosystem, also installed Playmaker Utils from the Ecosystem. Still no luck!

Do I remember correctly that I should see UGUI options in the rollout shown in my 2nd screenshot?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: U GUI Missing events
« Reply #3 on: July 13, 2018, 09:11:29 AM »
Hi.
Make sure that you have the 'playmaker Ugui' prefab in the scene,
if it is not there you can find it in PlayMaker uGui\Prefabs.

Then check you fsm if it has these events.
if you do not need those event, set them to none.