Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/overlook-analyzer.git?path=Packages/com.fullmetalbagel.overlook-analyzer

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Overlook Roslyn Analyzer** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/overlook-analyzer.git?path=Packages%2Fcom.fullmetalbagel.overlook-analyzer
```

[![pkglnk](https://www.pkglnk.dev/badge/overlook-analyzer.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/overlook-analyzer)

README

Overlook Game Framework

Overlook Game Framework

A lightweight, modular game development framework for Unity and .NET applications. Overlook combines high-performance data structures, a powerful Entity Component System (ECS), and efficient memory management tools to help developers create responsive, scalable games with minimal overhead. Built with simplicity, performance, and flexibility as core principles, it provides essential building blocks while staying out of your creative way.

Packages

The Overlook Game Framework is composed of several modular packages:

  • Overlook Core: Provides essential low-level utilities, concurrent data structures, and C# extensions that form the foundation of the framework.
  • Overlook ECS: A high-performance Entity Component System (ECS) implementation, enabling a data-oriented approach to game development.
  • Overlook Pool: Contains object pooling utilities to help manage memory efficiently by reusing objects.

License

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

Comments

No comments yet. Be the first!