Skip to content
Dominik Pavlíček edited this page Feb 14, 2023 · 10 revisions

About

Actor Interaction Plugin (AIntP) is an advanced tool created for Game Developers. AIntP is Components based system built atop abstracted Interfaces. This plugin should make interaction actions easy to set up and provide solid flexibility and scalability while maintaining everything easy to use. AIntP was created to make your life easier and allow you, as a game developer, to make complex interaction systems with easily manageable settings.

AIntP is inspired by popular games like PUBG, Warzone, Witcher 3 and more. AIntP implements most common interaction situations, such as looking at items, on-demand activation or simply being close enough. AIntP should cover most of your desires and those without fulfilment might be added during AIntP long-term support.

AIntP is more a framework, that is important to keep in mind. AIntP won’t pick up the item from the ground, it won’t revive your friend or any other action. It is a framework that allows you to work with predefined events. AIntP will inform you that you see an Actor with Interactable Component. And what you do when this event is called is just up to your imagination!