Skip to content
AQaddora edited this page May 5, 2025 · 6 revisions

REST Express Cover

REST Express for Unity

Transform Postman collections into Unity-ready API clients instantly. Test API calls in-editor and generate production-ready C# code in minutes.

Features

  • Import Postman collections directly into Unity
  • Test API endpoints in real-time with a familiar interface
  • Generate clean, maintainable C# code
  • Support for both async and coroutine methods
  • Handle all common API patterns (REST, authentication, file uploads)
  • Beautiful and intuitive Unity Editor integration
  • Comprehensive error handling and logging
  • Full documentation and examples

Installation

  1. Download REST Express from the Unity Asset Store
  2. Import the package into your Unity project
  3. Access tools via Unity Editor menus:
    • Main Windows: Window → REST Express →
    • Tools: Tools → REST Express →

For detailed installation instructions, visit our Getting Started Guide.

Quick Start

1. Import Your Collection

API Importer

  • Open REST Express (Window → REST Express → API Importer)
  • Click "Import Collection" or use Tools → REST Express → Import Collection
  • Select your Postman collection file

2. Test Your APIs

  • Select any request from the collection tree
  • Fill in required parameters
  • Click "Send" to test in real-time
  • View formatted responses instantly

3. Generate Code

Script Generator

  • Open Script Generator (Window/REST Express/Script Generator)
  • Choose async or coroutine style
  • Click "Generate" to create your API client

Documentation

Requirements

  • Unity 2020.3 LTS or later
  • .NET 4.x Scripting Runtime
  • Postman Collection v2.1 format

Support

Need help? We've got you covered:

Troubleshooting Tips

  • Enable detailed logging via Tools → REST Express → Enable Logging for debugging
  • Disable logging via Tools → REST Express → Disable Logging for cleaner console
  • Check our Troubleshooting Guide for common solutions

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

Created by Simple Yet Efficient


Made with ❤️ for Unity developers

Clone this wiki locally