Forum rules - please read before posting.

TIP/TRICK: Running action list with hotkey press for debugging purposes.

Hello Everyone!

Here is a little script I wrote that I thought may be handy for others. (I am total programmer noob so apologies if this is bad way to do it haha)

I found that I wanted to run action lists with a key press so I didn't have to alt tab and run action lists via the editor or inspector to test it, so I made this little code to help.

Function: It allows you to run an action list that you drag into the inspector during runtime with a key press.

https://drive.google.com/file/d/1-7kV_NN4_l7Z-UdTWrxlRt3jv9_IYu8o/view?usp=sharing

Here is how to get it running.

  1. Save the script and put it into your project where you keep custom scripts.
  2. Go to Project inputs and add "DebugActionList" and assign any hotkey you want.
  3. Attach script to a game object in the scene
  4. Drag your Action List Asset into public slot in the inspector
    https://i.imgur.com/R9imiK5.png

If you are not using action list assets, remove the 'asset' from
public AC.ActionListAsset DebugAction;
and it should work.

Hope that helps someone!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.