Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Kemono on October 10, 2016, 06:13:55 AM
-
Hi,
How do I add a new category (e.g. "physics", "math") to playmaker?
Can I do it within a custom playmaker action, or do I need a new script?
-
found it :)
Hi,
If you are talking about your own custom actions: You can simple inject a string instead of the default set:
[ActionCategory("My own category")]
It will then appear in the actions browser amongst the preset categories.
Where you actually place your custom actions in the playmaker/actions/ folder doesn't matter, you can create subfolders at will.
Bye,
Jean