Anti-Cheat
Utilizing obscured types in the EasyBind Store offers an effective measure to safeguard your game against tampering.
EasyBind is designed to vigilantly monitor for any fraudulent activity. Upon detection of such activities, it triggers an OnTampered
event. This event can be captured and responded to by employing a dedicated component known as the On Tampered Listener.
The process of adding and configuring the On Tampered Listener is straightforward:
Adding On Tampered Listener: To add the On Tampered Listener, you have two options:
- Via Hierarchy: Right-click within the hierarchy pane and navigate through the menu to select
EasyBind -> On Tampered Listener
. This action automatically adds the component to a new GameObject. - To an Existing GameObject: Alternatively, select an existing GameObject in your project's hierarchy. Then, in the Inspector pane, click the
Add Component
button and search forOn Tampered Listener
to add it directly to your chosen GameObject.
- Via Hierarchy: Right-click within the hierarchy pane and navigate through the menu to select
Configuring Listeners: Once added, you can configure the listener to react to tampering events, ensuring immediate and appropriate responses to any detected threats.
By integrating the On Tampered Listener into your project, you significantly enhance the security and integrity of your game, making it resilient against tampering efforts.