Publisher | Blartenix |
---|---|
File size | 40.14MB |
Number of files | 335 |
Latest version | 2 |
Latest release date | 2021-02-26 09:09:18 |
First release date | 2021-01-19 01:09:11 |
Supported Unity versions | 2018.4.2 or higher |
The Blartenix Interaction System is a simple, easy to use and highly scalable generic solution that will allow you to have a centralized and organized logic of interactions between gameplay elements and characters for your 2D and 3D games.
Features:
-ScriptableObjects for Interactable objects definition.
Built-in intractable componens:
- Interactable (Basic interactable component)
- Collectable (Collection of elements)
It also allows you to create elements with your own interaction logic, such as doors, switches, etc:
- 'Custom Interactable' components.
The system comes with other required built-in components:
- InteractionTrigger2D
- InteractionTrigger
- IInteractionHandler (Interface to create the component in charge of handling interactions)
Other components and prefabs for prototyping:
- CollectionUI (It allows to visualize the collection of elements 'Collectables' added to a collection)
You can define your own interactions in addition to the ones that the system brings by default (Collect, Inspect, Custom, etc).
Blartenix Common package is included.
Multiple tutorial videos on Blartenix Youtube channel.
Minimal coding experience. Following the short tutorial serie will be enough if you have no coding experience
Full C# source code.
PDFs with all the documentation in English and Spanish.
Version 2.x is not backward compatible with versions 1.x. All references to files from previous versions of the package should be removed to avoid issues. It is recommended to start using from a new project.