Overlook Roslyn Analyzer
Overlook Roslyn Analyzer provides compile-time code analysis and validation for the Overlook Game Framework, helping developers catch potential issues early in the development cycle. Part of the lightweight Overlook ecosystem, it enforces best practices across the framework's modular packages—Core, ECS, and Pool—ensuring code quality and preventing common mistakes when building high-performance games with data-oriented design patterns.
com.fullmetalbagel.overlook-analyzer 
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
## 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
```
[](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!
Sign in to join the conversation
Sign In