A faster way to load CSV structured data, built from the ground up.Precision parsing. Zero bloat. CSV the way it should be.⚡ What is it?ZenoCsvLoader is a high-speed, low-GC CSV loader optimized for Unity runtime.Unlike traditional string.Split-based solutions, Zeno uses byte-level parsing and delegate caching for maximum performance.📦 Features (Lite Version)Strongly-typed object deserialization(bytes)) {...}await foreach (var row in ZenoUtility.GetCsvRecordsAsync(bytes)) {...}Some visual and documentation assets (such as logo concepts and README formatting) were partially assisted by generative AI tools. These tools were used to accelerate the creative process, but all final implementation, code logic, and optimization were fully authored and reviewed by the developer.部分視覺素材與文件排版(如 Logo 概念設計與說明文件)有使用生成式 AI 工具進行輔助,加速創作流程。但所有最終實作、程式邏輯與效能優化皆由開發者手動撰寫與除錯。