Publisher | CtrlPlay Labs |
---|---|
File size | 48.42kB |
Number of files | 9 |
Latest version | 1.0.0 |
Latest release date | 2025-04-16 03:08:17 |
First release date | 2025-04-16 03:08:17 |
Supported Unity versions | 2018.4.2 or higher |
RestAPI Core is a lightweight and powerful Unity package designed to simplify the integration of RESTful APIs into your Unity projects. Whether you're building a game or an application that requires dynamic communication with web services, RestAPI Core provides a clean, extensible framework to handle API requests and responses effortlessly.
This package comes with a customizable and modular structure, making it suitable for a wide range of genres—from multiplayer games requiring user authentication to simulation apps fetching live data. It includes built-in support for GET, POST, PUT and DELETE methods, JSON serialization via Newtonsoft.Json, and structured response handling through base classes.
Developers can configure API endpoints using the included ApiSettings.asset, generated automatically via an editor window under the "Tools > CtrlPlay Labs > Rest API Tool" menu. Sample scenes, prefabs, and scripts demonstrate real-world use cases, offering a quick-start experience for integrating and testing your own APIs.
Whether you're a solo developer or working on a team, RestAPI Core helps reduce boilerplate code, enforces clean practices, and accelerates development time when dealing with server communication.