Intro
This is the official documentation of the SPAM-framework which can be purchased from Unity Asset Store.
You can also use the free-text search in the top right corner to find a specific component or setting like General ability settings or Effect settings in the online documentation
Video tutorials are also available on the Infinite Void YouTube-channel
The changelog can be found here
Quickstart
- Open the main window by going to Tools->SPAM Framework->Abilities
- Click Create new ability, and choose one of the available Ability Types
- Create and add an Effect to your ability (see also: Create new effect)
- Add the ability to an invoker.
- Add an Ability target-component to the targets that should be affected by abilities.
- Cast your ability by either using the pre-supplied component
CastAtMousePosition
or see Casting and invoking abilities
Example project
There's an included example project, Top Down Royale, which can be imported if you go to the Unity Package Manager and select "Packages in Project" and then SPAM Framework.
There are also examples for specific use-cases that can be found under Examples. This list will update over time.