
RestAPI Core is a lightweight Unity package for seamless API integration, offering easy GET/POST/PUT/DELETE handling, customizable setup, and editor tools to boost your game's backend connectivity.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.✅ Supports GET and POST HTTP methods🔧 Built on top of a base class: ApiBase📦 Uses Newtonsoft.Json for JSON serialization/deserialization🛠️ Editable API endpoint via ApiSettings.asset (auto-generated)🧩 Modular design – easy to extend for custom APIs🎯 Unity Editor integration under Tools > CtrlPlay Labs > Rest API Tool📜 Includes SampleGetAPI and SamplePostAPI scripts📁 Comes with demo scene, UI prefabs, and structured folder hierarchy🔄 Event-driven response handling with Action🚀 Compatible with Unity 2020+ and supports .asmdef configuration📚 Clean documentation and working examples included🔐 No third-party dependencies beyond Newtonsoft.Json (included in Unity 2021+)