1
0
Fork
You've already forked stf_unity
0
Modular 3D File-Format for Games-Development https://docs.stfform.at/
  • C# 99.5%
  • GLSL 0.5%
Find a file
2026年06月28日 13:37:54 +02:00
AVA implement basic component animation property converter, set animation converter for all constraint components 2026年05月26日 18:38:29 +02:00
Editor minor binary format adaptation 2026年06月10日 16:24:47 +02:00
FinalIK polish 2026年03月24日 21:16:06 +01:00
MaterialConverters rename namespace handler to resources, start com.squirrelbite.avatar_setup 2026年03月10日 00:34:56 +01:00
Runtime minor binary format adaptation 2026年06月10日 16:24:47 +02:00
.editorconfig adapt editorconfig 2026年02月25日 18:34:33 +01:00
.gitignore separate avatar behavoiur setup into its own project 2025年11月03日 21:42:57 +01:00
AVA.meta prepare for application processing 2025年05月25日 17:31:40 +02:00
CONTRIBUTING.md contributing.md 2026年05月13日 17:36:19 +02:00
CONTRIBUTING.md.meta contributing.md 2026年05月13日 17:36:19 +02:00
Editor.meta read file & scripted importer 2025年01月18日 21:50:04 +01:00
FinalIK.meta implement stfexp.constraint.ik for finalik 2026年03月03日 21:50:07 +01:00
LICENSE-APACHE2 init 2025年01月18日 19:31:03 +01:00
LICENSE-APACHE2.meta unneded meta files are back because unity will complain 2025年08月01日 19:11:36 +02:00
LICENSE-MIT license mit 2025年09月27日 16:02:23 +02:00
LICENSE-MIT.meta unneded meta files are back because unity will complain 2025年08月01日 19:11:36 +02:00
MaterialConverters.meta shader selection 2025年05月28日 19:22:11 +02:00
package.json bump version 2026年06月28日 13:37:54 +02:00
package.json.meta read file & scripted importer 2025年01月18日 21:50:04 +01:00
readme.md contributing.md 2026年05月13日 17:36:19 +02:00
readme.md.meta license mit 2025年09月27日 16:02:23 +02:00
Runtime.meta read file & scripted importer 2025年01月18日 21:50:04 +01:00

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 Documentation

Installation

  • VRChat Creator Companion: https://vpm.squirrelbite.com/
  • Unity Package Manager: WindowPackage 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.

Development Setup

  • Clone the repository into the Packages directory 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.

Contributing

Human made contributions via pull-requests are very welcome.

See CONTRIBUTING.md for guidelines.

License

All source-code in this repository, except when noted in individual files and/or directories, is licensed under either: