Looking for a robust solution to avoid messy code?
Simple SOAP offers an easy way to manage variables, events, and references across multiple scenes and components.
With support for creating and managing events and variables through ScriptableObjects, Simple SOAP simplifies the creation of complex systems in a modular way.
It is suitable for a wide range of game genres and styles, with quick and efficient implementation.
Whether you are developing an action, adventure, strategy, or simulation game, Simple SOAP optimizes the management of data and events across different parts of your project.
Is a robust event management system for Unity that promotes organized and modular communication across components. It supports three event handling modes:
Generic: Designed for specialized events, allowing components to receive and manipulate specific data types. Subscribers use interfaces and can be grouped and prioritized.
NonGeneric: Handles multiple signal types without needing a specific data type. This is ideal for managing diverse events within a single component.
Action: Uses Action<T> delegates for targeted event handling. This mode is excellent for managing single-purpose functions that require specific actions.
Grouping and prioritizing event execution allows for efficient data flow and controlled event handling order. EventRouter’s intuitive API for subscribing, unsubscribing, and broadcasting makes it easy to integrate, enhancing communication in projects of any scale.
Safe Request Manager is a powerful networking tool for Unity developers, leveraging UnityWebRequest for handling HTTP requests.
It offers seamless integration of HTTP methods (GET, POST, PUT, DELETE, HEAD) with support for async/await and UniTask, ensuring robust communication with external APIs or web services.
This package enhances UnityWebRequest by adding a retry mechanism for failed requests, customizable headers, and a debugging feature to log responses in a controlled manner.
It’s ideal for developers working with JSON APIs, multiplayer games, or services that require frequent data exchange.
Safe Request Manager is flexible and can be tailored to fit specific needs, making it suitable for projects of various genres, whether you’re building mobile apps, web-based services, or interactive games.
With this utility it will allow you to easily save a one command the "project" or "Scene and the project" at the same time.
HOTKEYS:
Ctrl + Alt + S = Save Proyect
Ctrl + Shift + Alt + S = Save Scene and Proyect