edited July 2015 in Makinom Support
i might not be doing this right so i figured id ask on the interact machine for mouse down it is suppose to start a schematic based on the game object being clicked by the mouse now i set this up on a ui button an in the event i have it calling a ork game event to call a menu screen but when you click the button nothing happens o_o
Post edited by wtyson on
new website can be found here http://www.fore-loregames.com

Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

or check out the face book page here https://www.facebook.com/ForeLoreGames
  • That's because it's not working on UI objects.
    The mouse down interaction is for regular game objects with colliders - Unity doesn't fire those events on the new UI stuff.

    For that, you'll need to use an Animation Machine (using one of the Animation Event start types). Use the animation machine as a UnityEvent on your button (or other UI components).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • ok thanks
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
Sign In or Register to comment.