Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Parsing of Unreal Engine asset files (uassets) in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

jorgenpt/uasset-rs

Repository files navigation

Build statusCrateAPILicense: MITLicense: Apache 2.0

uasset

uasset supports parsing.uasset files from Unreal Engine in pure Rust, to aid in building tools that reason about Unreal assets without needing toboot up an entire editor. Most of the format has been gleaned from Unreal Engine's own parsing code, which you can find inthe official UnrealEngine repoif you have permission. (Specifically, a lot of it was informed byPackageFileSummary.h andPackageFileSummary.cpp).

It's designed to work with Unreal Engine assets as old as 4.10 (but might work farther back -- let me know!), and it's intended to be updated to work with the latest engineversion (at time of writing, that is 4.26).

Usage

You can find details on how to use it in your project inthe documentation on docs.rs.

Development

Whenever there's a new Unreal version released, uasset-rs most likely needs to be updated to support the new version. If you're interested in contributing, you can seeUNREAL_UPGRADES.md for a quick overview of what that process looks like for me.

License

uasset-rs is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submittedfor inclusion in the work by you, as defined in the Apache-2.0 license, shall bedual licensed as above, without any additional terms or conditions.

About

Parsing of Unreal Engine asset files (uassets) in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp