STF - Modular 3D File-Format
Import and work with STF (Squirrel Transfer Format) assets in Unity 2022.3+. STF is a modular 3D file format designed for game development and creative workflows. This package provides native support for loading and integrating STF assets into your projects, with compatibility for VRChat, VRM, and Basis formats.
com.squirrelbite.stf_unity 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/stf-unity.git README Markdown
Copy this to your project's README.md
## Installation
Add **STF - Modular 3D File-Format** 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/stf-unity.git
```
[](https://www.pkglnk.dev/pkg/stf-unity)Dependencies (1)
README
STF Unity
Squirrel Transfer Format - Modular 3D File-Format Intended for (not only) games-development use-cases.
WIP implementation for Unity 2022.3+. Do not use productively!
š° Read the User Guide! š° Report Issues š° STF Website
Installation
- VRChat Creator Companion: https://vpm.squirrelbite.com/
- Unity Package Manager:
WindowāPackage Managerā+āAdd package from git URL...Add the following URL:https://codeberg.org/stf_format/stf_unity.git#upm
Please open issues for any bugs or misbehavior you notice. Feel free to open issues for feature requests.
Contributing
Human made contributions via pull-requests are welcome.
Guidelines
- Any form of LLM contribution is prohibited, this also includes issues and PRs.
- Please open an issue first for larger changes.
- For changes to the format itself, please open an issue first in the STF Documentation repository.
Development
- Clone the repository into the
Packagesdirectory of a Unity 2022.3+ project. - Preferably setup Unity to use VSCode with the recommended extensions.
- Use Unity to open the C# project.
Optionally install the appropriate SDKs for VRChat, VRM or Basis to work on their respective parts of the codebase.
License
All source-code in this repository, except when noted in individual files and/or directories, is licensed under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE2 or http://www.apache.org/licenses/LICENSE-2.0)
No comments yet. Be the first!