API v1 checking… · p50 — · 0 installs/hr
v0.10.0
Package
View on GitHub
gilzoide

Native Collections Stream

3 0

Native Collections Stream provides Stream, TextReader, and TextWriter implementations backed by Unity's Native Collections. Use NativeList, UnsafeList, FixedList, NativeText, UnsafeText, and FixedString types as standard .NET streams for serialization, data processing, and I/O operations in performance-critical code.

Install via Unity Package Manager

Add to Unity Package Manager

Paste this URL into Unity's Window › Package Manager › + › Add package from git URL, or click Install.

git https://www.pkglnk.dev/native-collections-stream.git
Package ID com.gilzoide.native-collections-stream · Updated Apr 29, 2026
Install 0
Unity Compatibility
Unity 6 2023.2 2023.1 2022.3 LTS 2021.3 LTS 2020.3 LTS 2019.4 LTS

README

Rendered from GitHub

Native Collections Stream

openupm

Stream, TextReader and TextWriter implementations backed by Unity Native Collections.

Feature

How to install

Either:

  • Use the openupm registry and install this package using the openupm-cli:
    openupm add com.gilzoide.native-collections-stream
    
  • Install using the Unity Package Manager with the following URL:
    https://github.com/gilzoide/unity-native-collections-stream.git#1.0.0-preview1
    
  • Clone this repository or download a snapshot of it directly inside your project's Assets or Packages folder.
Versions 0

No versions tracked yet.

Dependencies 1
Changelog 0 releases

No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Native Collections Stream** 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/native-collections-stream.git
```

[![pkglnk](https://www.pkglnk.dev/badge/native-collections-stream.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/native-collections-stream)
Embed badge README snippet
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/native-collections-stream.svg)](https://www.pkglnk.dev/pkg/native-collections-stream)
HTML
<a href="https://www.pkglnk.dev/pkg/native-collections-stream"><img src="https://www.pkglnk.dev/badge/native-collections-stream.svg" alt="pkglnk installs"></a>
URL
https://www.pkglnk.dev/badge/native-collections-stream.svg

Comments

No comments yet. Be the first!