hello,

i would like to make a debug buttons / cheat sheet to help me testing my game.
i tried looking at makinom's UI but couldnt figure out how to start schematic when i click on button.
i tried using Unity UI + Auto machine with StartByNotification() function, it kinda works but i always get a warning Trying to create a UI box without a selected UI box.
am i doing this right?
  • The Animation Machine is best used for this, e.g. using the animation event start types (the documentation has infos on using this with UI events, e.g. by buttons).

    There's also the HUD Click component available for HUDs to start schematics (and do other things).
    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!
Sign In or Register to comment.